regression test: fix hot standby tests by using repeatable read
Bruce Momjian <bruce@momjian.us>
regression test: fix hot standby tests by using repeatable read Serializable transactions won't work on a Hot Standby. Also fix VACUUM/ANALYZE label mixup. Patch by Martín Marqués
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/hs_standby_allowed.out | modified | +1 −1 |
| src/test/regress/expected/hs_standby_disallowed.out | modified | +1 −1 |
| src/test/regress/sql/hs_standby_allowed.sql | modified | +1 −1 |