[PATCH] hs_standby_disallowed test fix
Michail Nikolaev <michail.nikolaev@gmail.com>
From: Michail Nikolaev <michail.nikolaev@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2020-05-11T23:03:22Z
Lists: pgsql-hackers
Attachments
- hs_standby_regression_test_fix.patch (text/x-patch) patch
Hello. There is a recent commit about changes in way read-only commands are prevented to be executed [1]. It seems like hs_standby_disallowed test is broken now. So, a simple patch to fix the test is attached. Thanks, Michail. [1] https://www.postgresql.org/message-id/flat/154701965766.11631.2240747476287499810.pgcf%40coridan.postgresql.org#168075c6e89267e11b862aa0c55b1910
Commits
-
Correct standbycheck regression test output.
- 81ec990a23b9 13.0 landed