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

Commit 54b01b9

Browse files
committed
Remove no-longer-used variable.
Oversight in 2fbdf1b. Per buildfarm.
1 parent ae5205c commit 54b01b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/commands/tablecmds.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -14672,8 +14672,7 @@ ATExecDetachPartition(Relation rel, RangeVar *name)
1467214672
HeapTuple tuple,
1467314673
newtuple;
1467414674
Datum new_val[Natts_pg_class];
14675-
bool isnull,
14676-
new_null[Natts_pg_class],
14675+
bool new_null[Natts_pg_class],
1467714676
new_repl[Natts_pg_class];
1467814677
ObjectAddress address;
1467914678
Oid defaultPartOid;

0 commit comments

Comments
 (0)