Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfd9d665

Browse files
committed
Comment cleanup.
1 parentfc67e1f commitfd9d665

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/utils/misc/check_guc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
## Problems
1212
## 1) Don't know what to do with TRANSACTION ISOLATION LEVEL
1313

14-
## if an option is valid but shows up in only one file (guc.h or
14+
## if an option is valid but shows up in only one file (guc.c or
1515
## postgresql.conf.sample, it should be listed here so that it
1616
## can be ignored
1717
INTENTIONALLY_NOT_INCLUDED="pre_auth_delay lc_messages lc_monetary\
1818
lc_time lc_numeric fixbtree"
1919

2020
### What options are listed in postgresql.conf.sample, but don't appear
21-
### in guc.h?
21+
### in guc.c?
2222

2323
# grab everything that looks like a setting and convert it to lower case
2424
SETTINGS=`grep' =' postgresql.conf.sample|
@@ -45,7 +45,7 @@ for i in $SETTINGS ; do
4545
fi
4646
done
4747

48-
### What options are listed in guc.h, but don't appear
48+
### What options are listed in guc.c, but don't appear
4949
### in postgresql.conf.sample?
5050

5151
# grab everything that looks like a setting and convert it to lower case

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp