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

Commite83265b

Browse files
committed
Fix typo in change.
1 parent0b8b1fe commite83265b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/catalog/index.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.73 1999/05/17 00:19:12 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.74 1999/05/17 00:27:45 momjian Exp $
1111
*
1212
*
1313
* INTERFACE ROUTINES
@@ -1187,7 +1187,7 @@ index_destroy(Oid indexId)
11871187
*/
11881188
ReleaseRelationBuffers(userindexRelation);
11891189

1190-
if (smgrunlink(userindexRelation)!=SM_SUCCESS)
1190+
if (smgrunlink(DEFAULT_SMGR,userindexRelation)!=SM_SUCCESS)
11911191
elog(ERROR,"amdestroyr: unlink: %m");
11921192

11931193
index_close(userindexRelation);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp