aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-05-28 22:42:05 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-05-28 22:42:05 +0000
commitfd15c87ad75b1ac5d46daa279fa25c520ae399a9 (patch)
tree794c041804e9f91eac45ff3a8002467ce7775773 /src
parent134b463f027d1113df6f983c3348f165b1ac1ffa (diff)
downloadpostgresql-fd15c87ad75b1ac5d46daa279fa25c520ae399a9.tar.gz
postgresql-fd15c87ad75b1ac5d46daa279fa25c520ae399a9.zip
enlargePQExpBuffer, alone among the functions exported by pqexpbuffer.h,
wasn't exported by exports.txt. Ooops. Per buildfarm results.
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/libpq/exports.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/libpq/exports.txt b/src/interfaces/libpq/exports.txt
index 14e14514c2f..84fe637c82b 100644
--- 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.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
PQconnectdb 1
PQsetdbLogin 2
@@ -129,3 +129,4 @@ PQescapeStringConn 126
PQescapeByteaConn 127
PQencryptPassword 128
PQisthreadsafe 129
+enlargePQExpBuffer 130