Re: pgsql: pg_upgrade: Check version of target cluster binaries

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: pgsql: pg_upgrade: Check version of target cluster binaries
Date: 2021-03-03 20:28:52
Message-ID: 1208787.1614803332@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Peter Eisentraut <peter(at)eisentraut(dot)org> writes:
> pg_upgrade: Check version of target cluster binaries

Crake says this patch broke its cross-version upgrade tests:

https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=crake&dt=2021-03-03%2009%3A02%3A31

where the important bit is

check for "/home/andrew/bf/root/upgrade.crake/REL9_2_STABLE/inst/bin/postgres" failed: incorrect version: found "postgres (PostgreSQL) 9.2.24", expected "postgres (PostgreSQL) 14devel"

It's not at all clear from here whether that's a bug in the patch
or in the buildfarm's test harness.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-03-03 21:40:20 pgsql: Add trim_array() function.
Previous Message Tom Lane 2021-03-03 18:51:48 pgsql: Make test_target_session_attrs more robust against connection fa