Proposal: remove obsolete hot-standby testing infrastructure

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-hackers@lists.postgresql.org
Cc: Simon Riggs <simon.riggs@enterprisedb.com>
Date: 2022-01-03T21:50:43Z
Lists: pgsql-hackers

Attachments

The attached proposed patch removes some ancient infrastructure for
manually testing hot standby.  I doubt anyone has used this in years,
because AFAICS there is nothing here that's not done better by the
src/test/recovery TAP tests.  (Or if there is, we ought to migrate
it into the TAP tests.)

Thoughts?

			regards, tom lane

Commits

  1. Remove standby_schedule and associated test files.

  2. Add simple test for physical replication of sequences.