File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
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 $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -131,7 +131,7 @@ typedef struct pg_cancel PGcancel;
131
131
typedef struct pgNotify
132
132
{
133
133
char * relname ; /* notification condition name */
134
- int be_pid ; /* process ID of server process */
134
+ int be_pid ; /* process ID of notifying server process */
135
135
char * extra ; /* notification parameter */
136
136
/* Fields below here are private to libpq; apps should not use 'em */
137
137
struct pgNotify * next ; /* list link */
You can’t perform that action at this time.
0 commit comments