diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/libpq.sgml | 8 |
1 files changed, 3 insertions, 5 deletions
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 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.193 2005/10/13 17:55:18 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.194 2005/10/17 16:24:18 tgl Exp $ --> <chapter id="libpq"> @@ -4049,15 +4049,13 @@ passed around freely between threads. <para> The deprecated functions -<function>PQrequestCancel</function>, -<function>PQoidStatus</function> and -<function>fe_setauthsvc</function> +<function>PQrequestCancel</function> and +<function>PQoidStatus</function> are not thread-safe and should not be used in multithread programs. <function>PQrequestCancel</function> can be replaced by <function>PQcancel</function>. <function>PQoidStatus</function> can be replaced by <function>PQoidValue</function>. -There is no good reason to call <function>fe_setauthsvc</function> at all. </para> <para> |