Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb356b96

Browse files
committed
Fix obsolete description of PGnotify struct.
1 parent8f60f43 commitb356b96

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)

[8]ページ先頭

©2009-2025 Movatter.jp