Re: psql 15beta1 does not print notices on the console until transaction completes
Fabien COELHO <coelho@cri.ensmp.fr>
From: Fabien COELHO <coelho@cri.ensmp.fr>
To: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>,
Alastair McKinley <a.mckinley@analyticsengines.com>,
PostgreSQL Bugs <pgsql-bugs@lists.postgresql.org>
Date: 2022-06-08T10:16:22Z
Lists: pgsql-bugs, pgsql-general
>> My short term recommendation is to remove the attempt at keeping the >> notice/result order for a tradeoff of getting the notices as soon as they >> are emitted, i.e. basically patch 1 and the acceptance of the diffs, called >> 1-bis in the attached. > > I agree with this solution. Do you want to keep the tests, do you think they > are going to be stable? I suppose we could try and find out. I think that we should try to keep them, and remove them only if they are proven unstable, which may happen. The buildfarm will tell. -- Fabien.
Commits
-
psql: Show notices immediately (again)
- e77de23fbb0f 15.0 landed