Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b356b96

Browse files
committed
Fix obsolete description of PGnotify struct.
1 parent 8f60f43 commit b356b96

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.93 2002/08/17 12:33:17 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.94 2002/09/02 20:21:32 tgl Exp $
33
-->
44

55
<chapter id="libpq">
@@ -1653,9 +1653,8 @@ messages can be detected by calling <function>PQnotifies</function>.
16531653
PGnotify* PQnotifies(PGconn *conn);
16541654

16551655
typedef struct pgNotify {
1656-
char relname[NAMEDATALEN]; /* name of relation
1657-
* containing data */
1658-
int be_pid; /* process id of backend */
1656+
char *relname; /* name of relation containing data */
1657+
int be_pid; /* process id of backend */
16591658
} PGnotify;
16601659
</synopsis>
16611660
After processing a <structname>PGnotify</structname> object returned by <function>PQnotifies</function>,

0 commit comments

Comments
 (0)