|
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 | typedefstructpgNotify
|
132 | 132 | {
|
133 | 133 | char*relname;/* notification condition name */
|
134 |
| -intbe_pid;/* process ID of server process */ |
| 134 | +intbe_pid;/* process ID ofnotifyingserver process */ |
135 | 135 | char*extra;/* notification parameter */
|
136 | 136 | /* Fields below here are private to libpq; apps should not use 'em */
|
137 | 137 | structpgNotify*next;/* list link */
|
|