forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit350b0a4
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 parent9cf37a5 commit350b0a4
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 |
| |
| |||
356 | 358 |
| |
357 | 359 |
| |
358 | 360 |
| |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
359 | 369 |
| |
360 | 370 |
| |
361 | 371 |
| |
| |||
946 | 956 |
| |
947 | 957 |
| |
948 | 958 |
| |
| 959 | + | |
949 | 960 |
| |
950 | 961 |
| |
951 | 962 |
| |
|
0 commit comments
Comments
(0)