We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba77bc commit cdd6123Copy full SHA for cdd6123
src/backend/commands/indexcmds.c
@@ -123,7 +123,6 @@ CheckIndexCompatible(Oid oldId,
123
HeapTuple tuple;
124
Form_pg_am accessMethodForm;
125
bool amcanorder;
126
- RegProcedure amoptions;
127
int16 *coloptions;
128
IndexInfo *indexInfo;
129
int numberOfAttributes;
@@ -158,7 +157,6 @@ CheckIndexCompatible(Oid oldId,
158
157
accessMethodId = HeapTupleGetOid(tuple);
159
accessMethodForm = (Form_pg_am) GETSTRUCT(tuple);
160
amcanorder = accessMethodForm->amcanorder;
161
- amoptions = accessMethodForm->amoptions;
162
ReleaseSysCache(tuple);
163
164
/*
0 commit comments