From e13486eba05cc46951a34263d19b65d1eca0176b Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Fri, 23 Dec 2016 07:35:01 -0500 Subject: 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 --- src/include/nodes/primnodes.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/include/nodes') diff --git a/src/include/nodes/primnodes.h b/src/include/nodes/primnodes.h index 65510b010ba..d11f1120b0a 100644 --- a/src/include/nodes/primnodes.h +++ b/src/include/nodes/primnodes.h @@ -45,8 +45,7 @@ typedef struct Alias typedef enum InhOption { INH_NO, /* Do NOT scan child tables */ - INH_YES, /* DO scan child tables */ - INH_DEFAULT /* Use current SQL_inheritance option */ + INH_YES /* DO scan child tables */ } InhOption; /* What to do at commit time for temporary relations */ -- cgit v1.2.3