Add tests for record_image_eq and record_image_cmp record_image_eq was covered a bit by the materialized view code that it is meant to support, but record_image_cmp was not tested at all.
While we're here, add more tests to record_eq and record_cmp as well, for symmetry. Reviewed-by: Michael Paquier <michael.paqu...@gmail.com> Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/a61116da8b99c4ff4b8c5757697abda7ac36b022 Modified Files -------------- src/test/regress/expected/rowtypes.out | 300 +++++++++++++++++++++++++++++++++ src/test/regress/sql/rowtypes.sql | 102 +++++++++++ 2 files changed, 402 insertions(+)