mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
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
This commit is contained in:
@ -423,7 +423,7 @@ makeRangeVar(char *schemaname, char *relname, int location)
|
||||
r->catalogname = NULL;
|
||||
r->schemaname = schemaname;
|
||||
r->relname = relname;
|
||||
r->inhOpt = INH_DEFAULT;
|
||||
r->inhOpt = INH_YES;
|
||||
r->relpersistence = RELPERSISTENCE_PERMANENT;
|
||||
r->alias = NULL;
|
||||
r->location = location;
|
||||
|
Reference in New Issue
Block a user