Re: psql - add SHOW_ALL_RESULTS option

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: psql - add SHOW_ALL_RESULTS option
Date: 2021-07-05 10:17:16
Message-ID: 91dd47bf-7370-23fc-8221-a30e6d17ef5d@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12.06.21 11:41, Fabien COELHO wrote:
> The patch includes basic AUTOCOMMIT and ON_ERROR_ROLLBACK tests, which
> did not exist before, at all.

I looked at these tests first. The tests are good, they increase
coverage. But they don't actually test the issue that was broken by the
previous patch, namely the situation where autocommit is off and the
user manually messes with the savepoints. I applied the tests against
the previous patch and there was no failure. So the tests are useful,
but they don't really help this patch. Would you like to enhance the
tests a bit to cover this case? I think we could move forward with
these tests then.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2021-07-05 10:24:57 Re: Skipping logical replication transactions on subscriber side
Previous Message Dean Rasheed 2021-07-05 10:04:29 Re: Numeric multiplication overflow errors