change stack effect in contrib/postgresql

erg 2006-10-31 23:40:57 +00:00
parent d541f3377d
commit 14330cf2fe
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ FUNCTION: uchar* PQescapeByteaConn ( PGconn* conn,
FUNCTION: uchar* PQunescapeBytea ( uchar* strtext,
size_t* retbuflen ) ;
! These forms are deprecated!
FUNCTION: size_t PQescapeString ( char* to, char* from, size_t length ) ;
FUNCTION: size_t PQescapeString ( void* to, char* from, size_t length ) ;
FUNCTION: uchar* PQescapeBytea ( uchar* bintext, size_t binlen,
size_t* bytealen ) ;