Commit 54b01b92 authored by Tom Lane's avatar Tom Lane

Remove no-longer-used variable.

Oversight in 2fbdf1b3.  Per buildfarm.
parent ae5205c8
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment