mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Stamp HEAD as 9.0devel, and update various places that were referring to 8.5
(hope I got 'em all). Per discussion, this release will be 9.0 not 8.5.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-exec.c,v 1.209 2010/02/16 20:58:14 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-exec.c,v 1.210 2010/02/17 04:19:41 tgl Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -3345,7 +3345,7 @@ PQescapeByteaConn(PGconn *conn,
|
||||
return NULL;
|
||||
return PQescapeByteaInternal(conn, from, from_length, to_length,
|
||||
conn->std_strings,
|
||||
(conn->sversion >= 80500));
|
||||
(conn->sversion >= 90000));
|
||||
}
|
||||
|
||||
unsigned char *
|
||||
|
Reference in New Issue
Block a user