Better fix for sequence access in hot standby test
Peter Eisentraut <peter_e@gmx.net>
Better fix for sequence access in hot standby test The purpose of the test was to check access to the sequence relation on a hot standby, so change the test to read a different column from the sequence, instead of just reading the catalog. From: Andreas Karlsson <andreas@proxel.se>
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/hs_standby_allowed.out | modified | +4 −4 |
| src/test/regress/sql/hs_standby_allowed.sql | modified | +1 −1 |