Skip to content

Commit a9c1047

Browse files
committed
Update comment on how sighup signal affects postgresql.conf reload.
Markus Bertheau
1 parent 526f773 commit a9c1047

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/include/utils/guc.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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.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 $
1111
*--------------------------------------------------------------------
1212
*/
1313
#ifndef GUC_H
@@ -31,10 +31,10 @@
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 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.)
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.)
3838
*
3939
* BACKEND options can only be set at postmaster startup, from the
4040
* configuration file, or by client request in the connection startup

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy