forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3b632a5
committed
simplehash: Add support for resetting a hashtable's contents.
A hashtable reset just reset the hashtable entries, but does not freememory.Author: Andres FreundDiscussion:https://postgr.es/m/20190114180423.ywhdg2iagzvh43we@alap3.anarazel.deBug: #15592 #15486Backpatch: 11, this is a prerequisite for other fixes1 parent5567d12 commit3b632a5
1 file changed
+11
-0
lines changedLines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
| 75 | + | |
75 | 76 |
| |
76 | 77 |
| |
77 | 78 |
| |
| |||
140 | 141 |
| |
141 | 142 |
| |
142 | 143 |
| |
| 144 | + | |
143 | 145 |
| |
144 | 146 |
| |
145 | 147 |
| |
| |||
368 | 370 |
| |
369 | 371 |
| |
370 | 372 |
| |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
371 | 381 |
| |
372 | 382 |
| |
373 | 383 |
| |
| |||
959 | 969 |
| |
960 | 970 |
| |
961 | 971 |
| |
| 972 | + | |
962 | 973 |
| |
963 | 974 |
| |
964 | 975 |
| |
|
0 commit comments
Comments
(0)