Re: pgsql: libpq: Grease the protocol by default - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pgsql: libpq: Grease the protocol by default
Date
Msg-id 3829701.1771895843@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: libpq: Grease the protocol by default  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: jian he
Date:
Subject: Re: pg_dumpall --roles-only interact with other options
Next
From: Masahiko Sawada
Date:
Subject: Re: Support logical replication of DDLs