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

Commit3b7e2b1

Browse files
committed
Update comment that pgNotify.be_pid is pid of the notifying server process.
1 parenta323ede commit3b7e2b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/libpq/libpq-fe.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/interfaces/libpq/libpq-fe.h,v 1.125 2006/03/05 15:59:09 momjian Exp $
10+
* $PostgreSQL: pgsql/src/interfaces/libpq/libpq-fe.h,v 1.126 2006/03/20 15:07:05 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -131,7 +131,7 @@ typedef struct pg_cancel PGcancel;
131131
typedefstructpgNotify
132132
{
133133
char*relname;/* notification condition name */
134-
intbe_pid;/* process ID of server process */
134+
intbe_pid;/* process ID ofnotifyingserver process */
135135
char*extra;/* notification parameter */
136136
/* Fields below here are private to libpq; apps should not use 'em */
137137
structpgNotify*next;/* list link */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp