Remove unused fields from ReindexStmt.
Fujii Masao <fujii@postgresql.org>
Remove unused fields from ReindexStmt. fe263d1 changed the REINDEX logic so that those fields are not used at all, but forgot to remove them. Sawada Masahiko
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/nodes/copyfuncs.c | modified | +0 −2 |
| src/backend/nodes/equalfuncs.c | modified | +0 −2 |
| src/include/nodes/parsenodes.h | modified | +0 −2 |