Use class_args field in opclass_drop
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/opclasscmds.c | modified | +2 −2 |
| src/backend/parser/gram.y | modified | +2 −2 |
| src/include/nodes/parsenodes.h | modified | +2 −1 |