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) ...@@ -14672,8 +14672,7 @@ ATExecDetachPartition(Relation rel, RangeVar *name)
HeapTuple tuple, HeapTuple tuple,
newtuple; newtuple;
Datum new_val[Natts_pg_class]; Datum new_val[Natts_pg_class];
bool isnull, bool new_null[Natts_pg_class],
new_null[Natts_pg_class],
new_repl[Natts_pg_class]; new_repl[Natts_pg_class];
ObjectAddress address; ObjectAddress address;
Oid defaultPartOid; 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