Skip to content
Snippets Groups Projects
Commit 5aad28a1 authored by Tom Lane's avatar Tom Lane
Browse files

Add missing PQinitSSL and PQregisterThreadLock to exports.txt.

parent f8529779
No related branches found
No related tags found
No related merge requests found
# $PostgreSQL: pgsql/src/interfaces/libpq/exports.txt,v 1.4 2005/06/13 02:26:53 tgl Exp $ # $PostgreSQL: pgsql/src/interfaces/libpq/exports.txt,v 1.5 2005/10/21 15:21:21 tgl Exp $
# Functions to be exported by libpq DLLs # Functions to be exported by libpq DLLs
PQconnectdb 1 PQconnectdb 1
PQsetdbLogin 2 PQsetdbLogin 2
...@@ -123,3 +123,5 @@ PQgetCancel 120 ...@@ -123,3 +123,5 @@ PQgetCancel 120
PQfreeCancel 121 PQfreeCancel 121
PQcancel 122 PQcancel 122
lo_create 123 lo_create 123
PQinitSSL 124
PQregisterThreadLock 125
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment