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 Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/3b6ca123b5665044557154385a6be5d1df76c5e5 Modified Files -------------- src/backend/nodes/copyfuncs.c | 2 -- src/backend/nodes/equalfuncs.c | 2 -- src/include/nodes/parsenodes.h | 2 -- 3 files changed, 6 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
