Addition of PostgreSQL::Test::Cluster::pg_version() - Mailing list pgsql-hackers

From Michael Paquier
Subject Addition of PostgreSQL::Test::Cluster::pg_version()
Date
Msg-id YoWfoJTc987tsxpV@paquier.xyz
Whole thread Raw
Responses Re: Addition of PostgreSQL::Test::Cluster::pg_version()
Re: Addition of PostgreSQL::Test::Cluster::pg_version()
List pgsql-hackers
Hi all,
(Added Andrew in CC.)

While working more on expanding the tests of pg_upgrade for
cross-version checks, I have noticed that we don't expose a routine
able to get back _pg_version from a node, which should remain a
private field of Cluster.pm.  We already do that for install_path, as
of case added by 87076c4.

Any objections or comments about the addition of a routine to get the
PostgreSQL::Version, as of the attached?

Thanks,
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Shinya Kato
Date:
Subject: Re: Add --{no-,}bypassrls flags to createuser
Next
From: "David G. Johnston"
Date:
Subject: Re: Add --{no-,}bypassrls flags to createuser