The json-schema based test have been updated since they were failing if we updated them to the latest supported version. Summary of changes. This was due to the lack of flexibility in json-schema based tests and changes in the latests Postgres versions.
The latest tested version was Postgres 13, find bellow a summary of changes affecting the integration tests is included below.
Context
The json-schema based test have been updated since they were failing if we updated them to the latest supported version. Summary of changes. This was due to the lack of flexibility in json-schema based tests and changes in the latests Postgres versions.
The latest tested version was Postgres 13, find bellow a summary of changes affecting the integration tests is included below.
Inventory related changes from Postgres 13
vacuum_cleanup_index_scale_factor
server setting was removed.operator_precedence_warning
server settings was removedstats_temp_directory
server setting was removedforce_parallel_mode
was renamed todebug_parallel_mode
lc_collate
andlc_type
read only server variables were removedpromote_trigger_file
server variable was removedMetrics related changes from Postgres 13