File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 * Copyright (c) 2000-2006, PostgreSQL Global Development Group
88 * Written by Peter Eisentraut <peter_e@gmx.net>.
99 *
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 $
1111 *--------------------------------------------------------------------
1212 */
1313#ifndef GUC_H
3131 *
3232 * SIGHUP options can only be set at postmaster startup or by changing
3333 * 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 the postmaster. The backend checks it
36- * at a certain point in its main loop. It's safer to wait than to
37- * read a file asynchronously.)
34+ * or a backend process. (Notice that the signal receipt will not be
35+ * evaluated immediately. The postmaster and the backend check it at a
36+ * certain point in their main loop. It's safer to wait than to read a
37+ * file asynchronously.)
3838 *
3939 * BACKEND options can only be set at postmaster startup, from the
4040 * configuration file, or by client request in the connection startup
You can’t perform that action at this time.
0 commit comments