|
7 | 7 | * Copyright (c) 2000-2006, PostgreSQL Global Development Group |
8 | 8 | * Written by Peter Eisentraut <peter_e@gmx.net>. |
9 | 9 | * |
10 | | - * $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.66 2006/03/06 19:49:20 momjian Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.67 2006/03/07 03:01:22 momjian Exp $ |
11 | 11 | *-------------------------------------------------------------------- |
12 | 12 | */ |
13 | 13 | #ifndefGUC_H |
|
31 | 31 | * |
32 | 32 | * SIGHUP options can only be set at postmaster startup or by changing |
33 | 33 | * the configuration file and sending the HUP signal to the postmaster |
34 | | - * or a backend process. (Notice that the signal receipt will be |
35 | | - * evaluated immediately only in thepostmaster. Thebackendchecks it |
36 | | - *at acertain point inits main loop. It's safer to wait than to |
37 | | - *read afile asynchronously.) |
| 34 | + * or a backend process. (Notice that the signal receipt willnotbe |
| 35 | + * evaluated immediately. Thepostmaster and thebackendcheck it at a |
| 36 | + * certain point intheir main loop. It's safer to wait than to read a |
| 37 | + * file asynchronously.) |
38 | 38 | * |
39 | 39 | * BACKEND options can only be set at postmaster startup, from the |
40 | 40 | * configuration file, or by client request in the connection startup |
|