Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b7e2724

Browse files
committed
Add to skip list in check_guc
1 parent fd9d665 commit b7e2724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/misc/check_guc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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 \
18-
lc_time lc_numeric fixbtree"
18+
lc_time lc_numeric fixbtree server_encoding session_authorization"
1919

2020
### What options are listed in postgresql.conf.sample, but don't appear
2121
### in guc.c?

0 commit comments

Comments
 (0)