pgsql: Append -X to direct invocation of psql in new test for BASE_BACK

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Append -X to direct invocation of psql in new test for BASE_BACK
Date: 2022-08-01 01:00:48
Message-ID: E1oIJnb-0029kL-8z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Append -X to direct invocation of psql in new test for BASE_BACKUP

Per buildfarm member wrasse, that looks to open a transaction when it
loads its .psqlrc, causing the test to fail.

Oversight in ad34146.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7ff358b76a106d3950e798a351c0e97d5b5abfe6

Modified Files
--------------
src/test/recovery/t/001_stream_rep.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-08-01 01:56:20 pgsql: ci: remove minor version from freebsd image name
Previous Message Michael Paquier 2022-08-01 00:16:31 pgsql: Add more TAP tests with BASE_BACKUP and pg_backup_start/stop