Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
79d25cf7
Commit
79d25cf7
authored
19 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Back out comment update about sighup, original was accurate.
parent
ce1106d2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/include/utils/guc.h
+5
-5
5 additions, 5 deletions
src/include/utils/guc.h
with
5 additions
and
5 deletions
src/include/utils/guc.h
+
5
−
5
View file @
79d25cf7
...
@@ -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.6
6
2006/03/0
6 19:49
:2
0
momjian Exp $
* $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.6
7
2006/03/0
7 03:01
:2
2
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 t
he postmaster
. T
he backend check
s
it
* evaluated immediately
. T
he postmaster
and t
he 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment