mirror of
https://github.com/postgres/postgres.git
synced 2025-06-10 00:01:28 -04:00
enlargePQExpBuffer, alone among the functions exported by pqexpbuffer.h,
wasn't exported by exports.txt. Ooops. Per buildfarm results.
This commit is contained in:
parent
134b463f02
commit
fd15c87ad7
@ -1,4 +1,4 @@
|
|||||||
# $PostgreSQL: pgsql/src/interfaces/libpq/exports.txt,v 1.10 2006/05/23 22:14:27 momjian Exp $
|
# $PostgreSQL: pgsql/src/interfaces/libpq/exports.txt,v 1.11 2006/05/28 22:42:05 tgl Exp $
|
||||||
# Functions to be exported by libpq DLLs
|
# Functions to be exported by libpq DLLs
|
||||||
PQconnectdb 1
|
PQconnectdb 1
|
||||||
PQsetdbLogin 2
|
PQsetdbLogin 2
|
||||||
@ -129,3 +129,4 @@ PQescapeStringConn 126
|
|||||||
PQescapeByteaConn 127
|
PQescapeByteaConn 127
|
||||||
PQencryptPassword 128
|
PQencryptPassword 128
|
||||||
PQisthreadsafe 129
|
PQisthreadsafe 129
|
||||||
|
enlargePQExpBuffer 130
|
||||||
|
Loading…
x
Reference in New Issue
Block a user