Skip to content

Commit 054cae8

Browse files
committed
Change md* call to smgr*.
1 parent fecb2b0 commit 054cae8

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.72 1999/05/15 22:31:07 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.73 1999/05/17 00:19:12 momjian Exp $
1111
*
1212
*
1313
* INTERFACE ROUTINES
@@ -1187,7 +1187,7 @@ index_destroy(Oid indexId)
11871187
*/
11881188
ReleaseRelationBuffers(userindexRelation);
11891189

1190-
if (mdunlink(userindexRelation) != SM_SUCCESS)
1190+
if (smgrunlink(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