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

Commit 3b7e2b1

Browse files
committed
Update comment that pgNotify.be_pid is pid of the notifying server process.
1 parent a323ede commit 3b7e2b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpq/libpq-fe.h

+2-2
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
typedef struct pgNotify
132132
{
133133
char *relname; /* notification condition name */
134-
int be_pid; /* process ID of server process */
134+
int be_pid; /* process ID of notifying server process */
135135
char *extra; /* notification parameter */
136136
/* Fields below here are private to libpq; apps should not use 'em */
137137
struct pgNotify *next; /* list link */

0 commit comments

Comments
 (0)