projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29fda93
)
Stupid bug fix.
author
Robert Haas
<
[email protected]
>
Fri, 27 Jul 2012 15:44:58 +0000
(15:44 +0000)
committer
Robert Haas
<
[email protected]
>
Fri, 27 Jul 2012 15:44:58 +0000
(15:44 +0000)
src/backend/utils/hash/chash.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/hash/chash.c
b/src/backend/utils/hash/chash.c
index c7b970dab4a64e85a6861a380651c4fedf7ca07d..cfef6d57459261e5214dd3f53dcc5f8aa5b0fdc5 100644
(file)
--- a/
src/backend/utils/hash/chash.c
+++ b/
src/backend/utils/hash/chash.c
@@
-539,7
+539,6
@@
CHashDelete(CHashTable table, void *entry)
CHashTableUnsuppressGC();
/* We're done. */
- CHashTableUnsuppressGC();
return scan.found;
}