Commit 957075d
Sergey Shinderuk
Pass HASH_BLOBS to hash_create() instead of expicit tag_hash
As per hash_create docs:
> Note: It is deprecated for callers of hash_create() to explicitly specify
> string_hash, tag_hash, uint32_hash, or oid_hash. Just set HASH_STRINGS or
> HASH_BLOBS. Use HASH_FUNCTION only when you want something other than
> one of these.
Also there is no need to explicitly specify TopMemoryContext as it is
used by default.1 parent 09463b6 commit 957075d
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
288 | 287 | | |
289 | 288 | | |
290 | 289 | | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | 290 | | |
295 | 291 | | |
296 | 292 | | |
297 | 293 | | |
298 | 294 | | |
299 | 295 | | |
300 | 296 | | |
301 | | - | |
| 297 | + | |
302 | 298 | | |
303 | 299 | | |
304 | 300 | | |
| |||
0 commit comments