Re: Add regression tests for autocommit-off mode for psql and fix some omissions - Mailing list pgsql-hackers

From Feike Steenbergen
Subject Re: Add regression tests for autocommit-off mode for psql and fix some omissions
Date
Msg-id CAK_s-G3MnZRQ8F1=TJ82=qjUU-HGvnyep0wR8h2uYGwb8tq7hQ@mail.gmail.com
Whole thread Raw
In response to Re: Add regression tests for autocommit-off mode for psql and fix some omissions  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Add regression tests for autocommit-off mode for psql and fix some omissions
List pgsql-hackers
It would test that when setting AUTOCOMMIT to off that you will not run into:

ERROR: [...] cannot run inside a transaction block

when issuing one of these PreventTransactionChain commands. In
src/bin/psql/common.c



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Last Commitfest patches waiting review
Next
From: Andres Freund
Date:
Subject: Re: Patch to support SEMI and ANTI join removal