|
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.64 2006/03/05 15:59:07 momjian Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.65 2006/03/06 18:38:11 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 willnotbe |
35 | | - * evaluated immediately. The postmaster andthebackend check it at a |
36 | | - * certain point intheir main loop. It's safer to wait than to read a |
37 | | - * file asynchronously.) |
| 34 | + * or a backend process. (Notice that the signal receipt will be |
| 35 | + * evaluated immediately only inthepostmaster. The backend checks it |
| 36 | + *at acertain point inits main loop. It's safer to wait than to |
| 37 | + *read afile 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 |
|