Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd15c87

Browse files
committed
enlargePQExpBuffer, alone among the functions exported by pqexpbuffer.h,
wasn't exported by exports.txt. Ooops. Per buildfarm results.
1 parent 134b463 commit fd15c87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/interfaces/libpq/exports.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/src/interfaces/libpq/exports.txt,v 1.10 2006/05/23 22:14:27 momjian Exp $
1+
# $PostgreSQL: pgsql/src/interfaces/libpq/exports.txt,v 1.11 2006/05/28 22:42:05 tgl Exp $
22
# Functions to be exported by libpq DLLs
33
PQconnectdb 1
44
PQsetdbLogin 2
@@ -129,3 +129,4 @@ PQescapeStringConn 126
129129
PQescapeByteaConn 127
130130
PQencryptPassword 128
131131
PQisthreadsafe 129
132+
enlargePQExpBuffer 130

0 commit comments

Comments
 (0)