Re: pgsql: libpq: Grease the protocol by default

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: libpq: Grease the protocol by default
Дата
Msg-id 3829701.1771895843@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: libpq: Grease the protocol by default  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I wrote:
> It's not obvious to me where the problem lies.

Ah: the step that is failing is where TestUpgradeXVersion.pm
is trying to make a comparison dump from the old server:

    # use the NEW pg_dumpall so we're comparing apples with apples.
    setinstenv($self, "$installdir", $save_env);
    system( qq{"$installdir/bin/pg_dumpall" $dump_opts -p $sport -f }
          . qq{"$upgrade_loc/origin-$oversion.sql" }
          . qq{> "$upgrade_loc/$oversion-dump1.log" 2>&1});
    return if $?;

So I was right to suspect that we can't fix this without modifying
the buildfarm client.

            regards, tom lane



В списке pgsql-hackers по дате отправления: