1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Remove no-longer-used variable.

Oversight in 2fbdf1b38.  Per buildfarm.
This commit is contained in:
Tom Lane
2018-09-05 14:29:58 -04:00
parent 337bf254ae
commit c1ea311472

View File

@ -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;