File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
# # Problems
12
12
# # 1) Don't know what to do with TRANSACTION ISOLATION LEVEL
13
13
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
15
15
# # postgresql.conf.sample, it should be listed here so that it
16
16
# # can be ignored
17
17
INTENTIONALLY_NOT_INCLUDED=" pre_auth_delay lc_messages lc_monetary \
18
18
lc_time lc_numeric fixbtree"
19
19
20
20
# ## What options are listed in postgresql.conf.sample, but don't appear
21
- # ## in guc.h ?
21
+ # ## in guc.c ?
22
22
23
23
# grab everything that looks like a setting and convert it to lower case
24
24
SETTINGS=` grep ' =' postgresql.conf.sample |
@@ -45,7 +45,7 @@ for i in $SETTINGS ; do
45
45
fi
46
46
done
47
47
48
- # ## What options are listed in guc.h , but don't appear
48
+ # ## What options are listed in guc.c , but don't appear
49
49
# ## in postgresql.conf.sample?
50
50
51
51
# grab everything that looks like a setting and convert it to lower case
You can’t perform that action at this time.
0 commit comments