]> granicus.if.org Git - postgresql/commit
Better fix for sequence access in hot standby test
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 4 Jan 2017 17:00:00 +0000 (12:00 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 4 Jan 2017 13:47:18 +0000 (08:47 -0500)
commit579f700911794d33d95628266f8ed700f113ee16
treed6d95d24fa3da368bc44a4307bed886c47ccfe06
parent9951741bbeb3ec37ca50e9ce3df1808c931ff6a6
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>
src/test/regress/expected/hs_standby_allowed.out
src/test/regress/sql/hs_standby_allowed.sql