mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Update comment that pgNotify.be_pid is pid of the notifying server process.
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $PostgreSQL: pgsql/src/interfaces/libpq/libpq-fe.h,v 1.125 2006/03/05 15:59:09 momjian Exp $
|
* $PostgreSQL: pgsql/src/interfaces/libpq/libpq-fe.h,v 1.126 2006/03/20 15:07:05 momjian Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@@ -131,7 +131,7 @@ typedef struct pg_cancel PGcancel;
|
|||||||
typedef struct pgNotify
|
typedef struct pgNotify
|
||||||
{
|
{
|
||||||
char *relname; /* notification condition name */
|
char *relname; /* notification condition name */
|
||||||
int be_pid; /* process ID of server process */
|
int be_pid; /* process ID of notifying server process */
|
||||||
char *extra; /* notification parameter */
|
char *extra; /* notification parameter */
|
||||||
/* Fields below here are private to libpq; apps should not use 'em */
|
/* Fields below here are private to libpq; apps should not use 'em */
|
||||||
struct pgNotify *next; /* list link */
|
struct pgNotify *next; /* list link */
|
||||||
|
Reference in New Issue
Block a user