pgsql: Use class_args field in opclass_drop

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use class_args field in opclass_drop
Date: 2017-03-06 18:34:49
Message-ID: E1ckxT7-0007Yt-Jo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use class_args field in opclass_drop

This makes it consistent with the usage in opclass_item.

Reviewed-by: Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>
Reviewed-by: Michael Paquier <michael(dot)paquier(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-03-06 18:44:36 Re: pgsql: Notify bgworker registrant after freeing worker slot.
Previous Message Robert Haas 2017-03-06 18:14:01 pgsql: Fix incorrect comments.