projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
134b463
)
enlargePQExpBuffer, alone among the functions exported by pqexpbuffer.h,
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 28 May 2006 22:42:05 +0000
(22:42 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 28 May 2006 22:42:05 +0000
(22:42 +0000)
wasn't exported by exports.txt. Ooops. Per buildfarm results.
src/interfaces/libpq/exports.txt
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/exports.txt
b/src/interfaces/libpq/exports.txt
index 14e14514c2f98e06aaed3ae126b73f847f466463..84fe637c82b7c6c67b9d1ae1f66b8e661fc6e74f 100644
(file)
--- a/
src/interfaces/libpq/exports.txt
+++ b/
src/interfaces/libpq/exports.txt
@@
-1,4
+1,4
@@
-# $PostgreSQL: pgsql/src/interfaces/libpq/exports.txt,v 1.1
0 2006/05/23 22:14:27 momjian
Exp $
+# $PostgreSQL: pgsql/src/interfaces/libpq/exports.txt,v 1.1
1 2006/05/28 22:42:05 tgl
Exp $
# Functions to be exported by libpq DLLs
PQconnectdb 1
PQsetdbLogin 2
@@
-129,3
+129,4
@@
PQescapeStringConn 126
PQescapeByteaConn 127
PQencryptPassword 128
PQisthreadsafe 129
+enlargePQExpBuffer 130