| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
| Subject: | Addition of PostgreSQL::Test::Cluster::pg_version() |
| Date: | 2022-05-19 01:38:40 |
| Message-ID: | YoWfoJTc987tsxpV@paquier.xyz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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 | Content-Type | Size |
|---|---|---|
| tap-pg-version.patch | text/x-diff | 566 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David G. Johnston | 2022-05-19 01:46:02 | Re: Add --{no-,}bypassrls flags to createuser |
| Previous Message | Shinya Kato | 2022-05-19 01:35:23 | Re: Add --{no-,}bypassrls flags to createuser |