pgsql: Disable anonymous record hash support except in special cases

2021-09-08 Thread Peter Eisentraut
Disable anonymous record hash support except in special cases Commit 01e658fa74 added hash support for row types. This also added support for hashing anonymous record types, using the same approach that the type cache uses for comparison support for record types: It just reports that it works, bu

pgsql: Disable anonymous record hash support except in special cases

2021-09-08 Thread Peter Eisentraut
Disable anonymous record hash support except in special cases Commit 01e658fa74 added hash support for row types. This also added support for hashing anonymous record types, using the same approach that the type cache uses for comparison support for record types: It just reports that it works, bu