From d330f1554d3a99304e1965e3acf63c10ec34ce20 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 17 Oct 2005 16:24:20 +0000 Subject: Clean up libpq's pollution of application namespace by renaming the exported routines of ip.c, md5.c, and fe-auth.c to begin with 'pg_'. Also get rid of the vestigial fe_setauthsvc/fe_getauthsvc routines altogether. --- doc/src/sgml/libpq.sgml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 0c60eb68ec2..69aebfc83ab 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ @@ -4049,15 +4049,13 @@ passed around freely between threads. The deprecated functions -PQrequestCancel, -PQoidStatus and -fe_setauthsvc +PQrequestCancel and +PQoidStatus are not thread-safe and should not be used in multithread programs. PQrequestCancel can be replaced by PQcancel. PQoidStatus can be replaced by PQoidValue. -There is no good reason to call fe_setauthsvc at all. -- cgit v1.2.3