summaryrefslogtreecommitdiff
path: root/src/include/utils/guc.h
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-12-23 07:35:01 -0500
committerRobert Haas <rhaas@postgresql.org>2016-12-23 07:35:01 -0500
commite13486eba05cc46951a34263d19b65d1eca0176b (patch)
tree5f1a87dbd28446b5c04b38e912998e75e9da2569 /src/include/utils/guc.h
parent7819ba1ef6c5297b7e27878d2b3d30c5bcef8939 (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/guc.h')
-rw-r--r--src/include/utils/guc.h1
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;