Skip to content

Commit e83265b

Browse files
committed
Fix typo in change.
1 parent 0b8b1fe commit e83265b

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy