[COMMITTERS] pgsql: Use class_args field in opclass_drop - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Use class_args field in opclass_drop
Date
Msg-id E1ckxT7-0007Yt-Jo@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use class_args field in opclass_drop

This makes it consistent with the usage in opclass_item.

Reviewed-by: Jim Nasby <Jim.Nasby@BlueTreble.com>
Reviewed-by: Michael Paquier <michael.paquier@gmail.com>

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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Fix incorrect comments.
Next
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Notify bgworker registrant after freeing worker slot.