]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Back-patch src/test/recovery and PostgresNode from 9.6 to 9.5.
authorNoah Misch <noah@leadboat.com>
Thu, 19 Mar 2020 16:39:26 +0000 (09:39 -0700)
committerNoah Misch <noah@leadboat.com>
Thu, 19 Mar 2020 16:39:26 +0000 (09:39 -0700)
commit12034da6cc39373fdb378ade133aec71c7730828
treea54ff846d5faa9e56ae602593ddaa91d0f8db16a
parentc2c2e531e7b4810900466feffe13fda30bd0ebd1
Back-patch src/test/recovery and PostgresNode from 9.6 to 9.5.

This omits 007_sync_rep.pl, which tests a feature new in 9.6.  The only
other change is to substitute "hot_standby" for "replica".  A planned
back-patch will use this suite to test its recovery behavior changes.
Identified by Kyotaro Horiguchi, though I did not use his patch.

Discussion: https://postgr.es/m/20200304.162919.898938381201316571.horikyota.ntt@gmail.com
16 files changed:
src/Makefile.global.in
src/test/Makefile
src/test/perl/PostgresNode.pm [new file with mode: 0644]
src/test/perl/RecursiveCopy.pm [new file with mode: 0644]
src/test/perl/TestLib.pm
src/test/recovery/.gitignore [new file with mode: 0644]
src/test/recovery/Makefile [new file with mode: 0644]
src/test/recovery/README [new file with mode: 0644]
src/test/recovery/t/001_stream_rep.pl [new file with mode: 0644]
src/test/recovery/t/002_archiving.pl [new file with mode: 0644]
src/test/recovery/t/003_recovery_targets.pl [new file with mode: 0644]
src/test/recovery/t/004_timeline_switch.pl [new file with mode: 0644]
src/test/recovery/t/005_replay_delay.pl [new file with mode: 0644]
src/test/recovery/t/008_fsm_truncation.pl [new file with mode: 0644]
src/test/recovery/t/017_shm.pl [new file with mode: 0644]
src/tools/msvc/vcregress.pl