projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fecb2b0
)
Change md* call to smgr*.
author
Bruce Momjian
<bruce@momjian.us>
Mon, 17 May 1999 00:19:12 +0000
(
00:19
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 17 May 1999 00:19:12 +0000
(
00:19
+0000)
src/backend/catalog/index.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/catalog/index.c
b/src/backend/catalog/index.c
index 0754455103e1fa4036ea9a56100ea1ef64c1e570..6cbb61a4d8bce1cc92eb863ecfb9c479744e4b5c 100644
(file)
--- a/
src/backend/catalog/index.c
+++ b/
src/backend/catalog/index.c
@@
-7,7
+7,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.7
2 1999/05/15 22:31:07
momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.7
3 1999/05/17 00:19:12
momjian Exp $
*
*
* INTERFACE ROUTINES
@@
-1187,7
+1187,7
@@
index_destroy(Oid indexId)
*/
ReleaseRelationBuffers(userindexRelation);
- if (
md
unlink(userindexRelation) != SM_SUCCESS)
+ if (
smgr
unlink(userindexRelation) != SM_SUCCESS)
elog(ERROR, "amdestroyr: unlink: %m");
index_close(userindexRelation);