pgsql: Enable hash partitioning of text arrays

2020-11-04 Thread Peter Eisentraut
Enable hash partitioning of text arrays hash_array_extended() needs to pass PG_GET_COLLATION() to the hash function of the element type. Otherwise, the hash function of a collation-aware data type such as text will error out, since the introduction of nondeterministic collation made hash function

pgsql: Enable hash partitioning of text arrays

2020-11-04 Thread Peter Eisentraut
Enable hash partitioning of text arrays hash_array_extended() needs to pass PG_GET_COLLATION() to the hash function of the element type. Otherwise, the hash function of a collation-aware data type such as text will error out, since the introduction of nondeterministic collation made hash function

pgsql: Enable hash partitioning of text arrays

2020-11-04 Thread Peter Eisentraut
Enable hash partitioning of text arrays hash_array_extended() needs to pass PG_GET_COLLATION() to the hash function of the element type. Otherwise, the hash function of a collation-aware data type such as text will error out, since the introduction of nondeterministic collation made hash function