Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
fd9d6659
Commit
fd9d6659
authored
Aug 27, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment cleanup.
parent
fc67e1fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/backend/utils/misc/check_guc
src/backend/utils/misc/check_guc
+3
-3
No files found.
src/backend/utils/misc/check_guc
View file @
fd9d6659
...
...
@@ -11,14 +11,14 @@
## Problems
## 1) Don't know what to do with TRANSACTION ISOLATION LEVEL
## if an option is valid but shows up in only one file (guc.
h
or
## if an option is valid but shows up in only one file (guc.
c
or
## postgresql.conf.sample, it should be listed here so that it
## can be ignored
INTENTIONALLY_NOT_INCLUDED
=
"pre_auth_delay lc_messages lc_monetary
\
lc_time lc_numeric fixbtree"
### What options are listed in postgresql.conf.sample, but don't appear
### in guc.
h
?
### in guc.
c
?
# grab everything that looks like a setting and convert it to lower case
SETTINGS
=
`
grep
' ='
postgresql.conf.sample |
...
...
@@ -45,7 +45,7 @@ for i in $SETTINGS ; do
fi
done
### What options are listed in guc.
h
, but don't appear
### What options are listed in guc.
c
, but don't appear
### in postgresql.conf.sample?
# grab everything that looks like a setting and convert it to lower case
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment