Use class_args field in opclass_drop

Peter Eisentraut <peter_e@gmx.net>

Commit: 63ebd377a6ecd3388596c3ea958e813f23b5f4ae
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-03-06T18:31:47Z
Releases: 10.0
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>

Files

PathChange+/−
src/backend/commands/opclasscmds.c modified +2 −2
src/backend/parser/gram.y modified +2 −2
src/include/nodes/parsenodes.h modified +2 −1