> 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