mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +03:00
@ -14672,8 +14672,7 @@ ATExecDetachPartition(Relation rel, RangeVar *name)
|
||||
HeapTuple tuple,
|
||||
newtuple;
|
||||
Datum new_val[Natts_pg_class];
|
||||
bool isnull,
|
||||
new_null[Natts_pg_class],
|
||||
bool new_null[Natts_pg_class],
|
||||
new_repl[Natts_pg_class];
|
||||
ObjectAddress address;
|
||||
Oid defaultPartOid;
|
||||
|
Reference in New Issue
Block a user