Re: PG version is not seen in pg_upgrade test log - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: PG version is not seen in pg_upgrade test log
Date
Msg-id 9F915959-7620-49A7-A63F-49FD87D57F64@yesql.se
Whole thread Raw
In response to PG version is not seen in pg_upgrade test log  ("Potapov Alexander" <a.potapov@postgrespro.com>)
List pgsql-hackers
> On 30 Nov 2025, at 10:11, Potapov Alexander <a.potapov@postgrespro.com> wrote:

> I ran pg_upgrade tests (make check -C src/bin/pg_upgrade) and found that test log does not contain PG version:

>   -    $node->dump_info;
>   -
>       $node->_set_pg_version;
>   +    $node->dump_info;
>   +

This seems like a correct change, reading the history around this code makes it
seem like it just happened to end up in the wrong place in one of many
refactorings.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Xuneng Zhou
Date:
Subject: Re: Implement waiting for wal lsn replay: reloaded
Next
From: Chengpeng Yan
Date:
Subject: Re: Add a greedy join search algorithm to handle large join problems