* Reset contents of the hashtable to be empty, preserving all the non-content * state. Note that the tablecxt passed to BuildTupleHashTableExt() should * also be reset, otherwise there will be leaks. */
| 293 | * also be reset, otherwise there will be leaks. |
| 294 | */ |
| 295 | void |
| 296 | ResetTupleHashTable(TupleHashTable hashtable) |
| 297 | { |
| 298 | tuplehash_reset(hashtable->hashtab); |
| 299 | } |
| 300 | |
| 301 | /* |
| 302 | * Find or create a hashtable entry for the tuple group containing the |
no outgoing calls
no test coverage detected