You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments