mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
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>
This commit is contained in:
@@ -2424,7 +2424,8 @@ typedef struct CreateOpClassItem
|
||||
List *args; /* argument types */
|
||||
int number; /* strategy num or support proc num */
|
||||
List *order_family; /* only used for ordering operators */
|
||||
List *class_args; /* only used for functions */
|
||||
List *class_args; /* amproclefttype/amprocrighttype or
|
||||
* amoplefttype/amoprighttype */
|
||||
/* fields used for a storagetype item: */
|
||||
TypeName *storedtype; /* datatype stored in index */
|
||||
} CreateOpClassItem;
|
||||
|
||||
Reference in New Issue
Block a user