projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83e7b7a
)
Change md* call to smgr*.
author
Bruce Momjian
<
[email protected]
>
Mon, 17 May 1999 00:19:12 +0000
(
00:19
+0000)
committer
Bruce Momjian
<
[email protected]
>
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 a3a09ff57fae4288963060c91b1a6c66384aec6f..2eca6a614e4b9cd8571ae9efb72e9f56210984c2 100644
(file)
--- a/
src/backend/catalog/index.c
+++ b/
src/backend/catalog/index.c
@@
-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);