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
- 0001-remove-obsolete-hot-standby-tests.patch (text/x-diff) patch 0001
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
-
Remove standby_schedule and associated test files.
- 4483b2cf29bf 15.0 landed
-
Add simple test for physical replication of sequences.
- 46cf109089e8 15.0 landed