Use class_args field in opclass_drop This makes it consistent with the usage in opclass_item.
Reviewed-by: Jim Nasby <[email protected]> Reviewed-by: Michael Paquier <[email protected]> Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/63ebd377a6ecd3388596c3ea958e813f23b5f4ae Modified Files -------------- src/backend/commands/opclasscmds.c | 4 ++-- src/backend/parser/gram.y | 4 ++-- src/include/nodes/parsenodes.h | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
