diff options
author | Robert Haas | 2016-12-23 12:35:01 +0000 |
---|---|---|
committer | Robert Haas | 2016-12-23 12:35:01 +0000 |
commit | e13486eba05cc46951a34263d19b65d1eca0176b (patch) | |
tree | 5f1a87dbd28446b5c04b38e912998e75e9da2569 /src/include/utils | |
parent | 7819ba1ef6c5297b7e27878d2b3d30c5bcef8939 (diff) |
Remove sql_inheritance GUC.
This backward-compatibility GUC is long overdue for removal.
Discussion: http://postgr.es/m/CA+TgmoYe+EG7LdYX6pkcNxr4ygkP4+A=jm9o-CPXyOvRiCNwaQ@mail.gmail.com
Diffstat (limited to 'src/include/utils')
-rw-r--r-- | src/include/utils/guc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/utils/guc.h b/src/include/utils/guc.h index 0bf9f210678..66a3915e8a0 100644 --- a/src/include/utils/guc.h +++ b/src/include/utils/guc.h @@ -244,7 +244,6 @@ extern bool log_btree_build_stats; extern PGDLLIMPORT bool check_function_bodies; extern bool default_with_oids; -extern bool SQL_inheritance; extern int log_min_error_statement; extern int log_min_messages; |