Re: Add regression tests for autocommit-off mode for psql and fix some omissions

From: Feike Steenbergen <feikesteenbergen(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Add regression tests for autocommit-off mode for psql and fix some omissions
Date: 2014-10-06 14:59:41
Message-ID: CAK_s-G3MnZRQ8F1=TJ82=qjUU-HGvnyep0wR8h2uYGwb8tq7hQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2014-10-06 14:59:57 Re: Patch to support SEMI and ANTI join removal
Previous Message Robert Haas 2014-10-06 14:57:07 Re: Last Commitfest patches waiting review