hypopg/test/sql
Julien Rouhaud 723adb4bb9 Warn about broken hypothetical BRIN indexes in some minor versions.
Hypothetical BRIN indexes are broken in some minor versions of pg10, pg11 and
pg12.  Detect those versions and warn users with a useful error message
recommending to update their minor versions of postgres.

Also add regression tests to make sure that support BRIN hypothetical indexes
doesn't get broken again.
2020-02-22 14:42:31 +01:00
..
hypo_brin.sql Warn about broken hypothetical BRIN indexes in some minor versions. 2020-02-22 14:42:31 +01:00
hypo_index.sql Fix failure with hypo index on unexisting table for pg10+. 2020-02-22 13:51:50 +01:00
hypo_index_table.sql Add unique identifier in regression tests comments 2019-06-26 20:22:29 +02:00
hypo_index_table_10.sql Add unique identifier in regression tests comments 2019-06-26 20:22:29 +02:00
hypo_no_table.sql Add specific regression tests for pg10- versions 2018-11-17 12:01:11 +01:00
hypo_setup.sql Start adding some regression test for hypothetical partitioning. 2018-07-27 12:39:34 +02:00
hypo_table.sql Disable runtime partition pruning on hypothetical partitioned table 2019-07-13 09:13:58 +02:00
hypo_table_10.sql Add unique identifier in regression tests comments 2019-06-26 20:22:29 +02:00