projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae5205c
)
Remove no-longer-used variable.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 5 Sep 2018 18:29:58 +0000
(14:29 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 5 Sep 2018 18:29:58 +0000
(14:29 -0400)
Oversight in
2fbdf1b38
. Per buildfarm.
src/backend/commands/tablecmds.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/tablecmds.c
b/src/backend/commands/tablecmds.c
index a1cb15ca302310e4c13b587f6b52d80d379a7a95..e96512e051140c8e8de2596d030aa7ce4d7f79c6 100644
(file)
--- a/
src/backend/commands/tablecmds.c
+++ b/
src/backend/commands/tablecmds.c
@@
-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;