Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c1ea311

Browse files
committed
Remove no-longer-used variable.
Oversight in 2fbdf1b. Per buildfarm.
1 parent 337bf25 commit c1ea311

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/commands/tablecmds.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14617,8 +14617,7 @@ ATExecDetachPartition(Relation rel, RangeVar *name)
1461714617
HeapTuple tuple,
1461814618
newtuple;
1461914619
Datum new_val[Natts_pg_class];
14620-
bool isnull,
14621-
new_null[Natts_pg_class],
14620+
bool new_null[Natts_pg_class],
1462214621
new_repl[Natts_pg_class];
1462314622
ObjectAddress address;
1462414623
Oid defaultPartOid;

0 commit comments

Comments
 (0)