Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcdd6123

Browse files
committed
Remove superfluous variable.
Reported by Peter Eisentraut.
1 parent6ba77bc commitcdd6123

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎src/backend/commands/indexcmds.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ CheckIndexCompatible(Oid oldId,
123123
HeapTupletuple;
124124
Form_pg_amaccessMethodForm;
125125
boolamcanorder;
126-
RegProcedureamoptions;
127126
int16*coloptions;
128127
IndexInfo*indexInfo;
129128
intnumberOfAttributes;
@@ -158,7 +157,6 @@ CheckIndexCompatible(Oid oldId,
158157
accessMethodId=HeapTupleGetOid(tuple);
159158
accessMethodForm= (Form_pg_am)GETSTRUCT(tuple);
160159
amcanorder=accessMethodForm->amcanorder;
161-
amoptions=accessMethodForm->amoptions;
162160
ReleaseSysCache(tuple);
163161

164162
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp