ClosestStorm / v8cgi

Automatically exported from code.google.com/p/v8cgi
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

pgsql binding won't build with postgresql 8.2 #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Several places, TRUE should be true and FALSE should be false in pgsql.cc

postgresql_fe.h should not be included.

src/lib/pgsql/pgsql.cc:957: error: `pg_encoding_to_char' undeclared in 
   namespace `pgsql::pq'

-- the function isn't available in postgresql 8.2

Original issue reported on code.google.com by aredridel on 11 Mar 2010 at 6:35

GoogleCodeExporter commented 9 years ago
Hmm, PgSQL module is a contributed code and I am not very familiar with it; are 
you
able to provide a patch here?

Thanks...

Original comment by ondrej.zara on 11 Mar 2010 at 7:32

GoogleCodeExporter commented 9 years ago
The problem does not seem to be present with reasonably recent libpq-dev.

Original comment by ondrej.zara on 19 Jan 2011 at 1:26