Better fix for sequence access in hot standby test

Peter Eisentraut <peter_e@gmx.net>

Commit: 579f700911794d33d95628266f8ed700f113ee16
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-01-04T13:47:18Z
Releases: 10.0
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