Remove no-longer-used variable.
Oversight in 2fbdf1b38. Per buildfarm.
This commit is contained in:
parent
337bf254ae
commit
c1ea311472
@ -14617,8 +14617,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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user