diff options
| author | Bruce Momjian | 2001-11-05 17:46:40 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2001-11-05 17:46:40 +0000 |
| commit | ea08e6cd5542cb269ecd3e735f1dfa3bb61fbc4f (patch) | |
| tree | bf6b60c08be3ddf5a40e110e8276dc2d45b1431c /src/backend/storage/ipc/sinvaladt.c | |
| parent | 34153b205265e2e831c1e3ee02be0fc88fa41710 (diff) | |
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
initdb/regression tests pass.
Diffstat (limited to 'src/backend/storage/ipc/sinvaladt.c')
| -rw-r--r-- | src/backend/storage/ipc/sinvaladt.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/backend/storage/ipc/sinvaladt.c b/src/backend/storage/ipc/sinvaladt.c index 35931f00a14..56a1d87b840 100644 --- a/src/backend/storage/ipc/sinvaladt.c +++ b/src/backend/storage/ipc/sinvaladt.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/storage/ipc/sinvaladt.c,v 1.42 2001/11/04 19:55:31 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/storage/ipc/sinvaladt.c,v 1.43 2001/11/05 17:46:28 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -120,7 +120,7 @@ SIBackendInit(SISeg *segP) #ifdef INVALIDDEBUG elog(DEBUG, "SIBackendInit: backend id %d", MyBackendId); -#endif /* INVALIDDEBUG */ +#endif /* INVALIDDEBUG */ /* mark myself active, with all extant messages already read */ stateP->nextMsgNum = segP->maxMsgNum; @@ -205,9 +205,9 @@ SIInsertDataEntry(SISeg *segP, SharedInvalidationMessage *data) * Try to prevent table overflow. When the table is 70% full send a * WAKEN_CHILDREN request to the postmaster. The postmaster will send * a SIGUSR2 signal (ordinarily a NOTIFY signal) to all the backends. - * This will force idle backends to execute a transaction to look through - * pg_listener for NOTIFY messages, and as a byproduct of the transaction - * start they will read SI entries. + * This will force idle backends to execute a transaction to look + * through pg_listener for NOTIFY messages, and as a byproduct of the + * transaction start they will read SI entries. * * This should never happen if all the backends are actively executing * queries, but if a backend is sitting idle then it won't be starting |
