Skip to content
Snippets Groups Projects
Commit 79d25cf7 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Back out comment update about sighup, original was accurate.

parent ce1106d2
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* Copyright (c) 2000-2006, PostgreSQL Global Development Group * Copyright (c) 2000-2006, PostgreSQL Global Development Group
* Written by Peter Eisentraut <peter_e@gmx.net>. * Written by Peter Eisentraut <peter_e@gmx.net>.
* *
* $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.66 2006/03/06 19:49:20 momjian Exp $ * $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.67 2006/03/07 03:01:22 momjian Exp $
*-------------------------------------------------------------------- *--------------------------------------------------------------------
*/ */
#ifndef GUC_H #ifndef GUC_H
...@@ -31,10 +31,10 @@ ...@@ -31,10 +31,10 @@
* *
* SIGHUP options can only be set at postmaster startup or by changing * SIGHUP options can only be set at postmaster startup or by changing
* the configuration file and sending the HUP signal to the postmaster * the configuration file and sending the HUP signal to the postmaster
* or a backend process. (Notice that the signal receipt will be * or a backend process. (Notice that the signal receipt will not be
* evaluated immediately only in the postmaster. The backend checks it * evaluated immediately. The postmaster and the backend check it at a
* at a certain point in its main loop. It's safer to wait than to * certain point in their main loop. It's safer to wait than to read a
* read a file asynchronously.) * file asynchronously.)
* *
* BACKEND options can only be set at postmaster startup, from the * BACKEND options can only be set at postmaster startup, from the
* configuration file, or by client request in the connection startup * configuration file, or by client request in the connection startup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment