Re: Extend compatibility of PostgreSQL::Test::Cluster

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-01-21T07:47:00Z
Lists: pgsql-hackers
On Tue, Jan 18, 2022 at 06:35:39PM -0500, Andrew Dunstan wrote:
> Here's a version that does that and removes some recent bitrot.

I have been looking at the full set of features of Cluster.pm and the
requirements behind v10 as minimal version supported, and nothing
really stands out.

+   # old versions of walreceiver just set the application name to
+   # `walreceiver'

Perhaps this should mention to which older versions this sentence
applies?
--
Michael

Commits

  1. Make PostgreSQL::Test::Cluster compatible with all live branches