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:
ceb0c93
)
Fix typo in change.
author
Bruce Momjian
<bruce@momjian.us>
Mon, 17 May 1999 00:27:45 +0000
(
00:27
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 17 May 1999 00:27:45 +0000
(
00:27
+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 2eca6a614e4b9cd8571ae9efb72e9f56210984c2..721b4b5439dd85316ffbc2ede8aa01e76aef2eee 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 (smgrunlink(userindexRelation) != SM_SUCCESS)
+ if (smgrunlink(
DEFAULT_SMGR,
userindexRelation) != SM_SUCCESS)
elog(ERROR, "amdestroyr: unlink: %m");
index_close(userindexRelation);