Skip to content

Commit

Permalink
Add postgres version variants for transaction tests
Browse files Browse the repository at this point in the history
There are some subtle differences in the outputs of the transaction handler
tests, due to varying GUC defaults and error outputs between postgres versions.
Account for this by making use of variant comparison files:
https://www.postgresql.org/docs/current/regress-variant.html

This commit specifically makes use of the second mechanism, where:
- set_user_1.out corresponds to variations in PostgreSQL version 9.6
- set_user_2.out corresponds to variations in PostgreSQL version 9.4
  • Loading branch information
mpalmi committed Sep 21, 2021
1 parent 59a02cf commit 88e2912
Show file tree
Hide file tree
Showing 2 changed files with 847 additions and 0 deletions.
Loading

0 comments on commit 88e2912

Please sign in to comment.