projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a4de36
)
Add missing PQinitSSL and PQregisterThreadLock to exports.txt.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 21 Oct 2005 15:21:21 +0000
(15:21 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 21 Oct 2005 15:21:21 +0000
(15:21 +0000)
src/interfaces/libpq/exports.txt
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/exports.txt
b/src/interfaces/libpq/exports.txt
index ca77bfd30b244aa21590041fe7a28406d1f5f8da..c1663b6d8bbd35187149f988a9d5c72d72200861 100644
(file)
--- a/
src/interfaces/libpq/exports.txt
+++ b/
src/interfaces/libpq/exports.txt
@@
-123,3
+123,5
@@
PQgetCancel 120
PQfreeCancel 121
PQcancel 122
lo_create 123
+PQinitSSL 124
+PQregisterThreadLock 125