Re: pgsql: Add some information about authenticated identity via log_connec

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Jacob Champion <pchampion(at)vmware(dot)com>, "pgsql-committers(at)lists(dot)postgresql(dot)org" <pgsql-committers(at)lists(dot)postgresql(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: pgsql: Add some information about authenticated identity via log_connec
Date: 2021-04-13 00:59:46
Message-ID: YHTtAlT7vjuco+Lu@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Fri, Apr 09, 2021 at 10:12:51AM +0900, Michael Paquier wrote:
> I have been keeping an eye on fairywren since yesterday to see if this
> failure is completely taken care of, but it has not reported yet.
> Andrew, is this animal alive?

FYI, fairywren has reported back and is now green:
https://buildfarm.postgresql.org/cgi-bin/show_history.pl?nm=fairywren&br=HEAD

The runtime of the test has gone up a bit, from 27s to 30s. So
c7578fa has been able to fix the problem at hand. This also means
that we had better do something similar for issues_sql_like in
PostgresNode.pm. I'll start a new thread about that.
--
Michael

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2021-04-13 01:04:37 pgsql: Fix potential SSI hazard in heap_update().
Previous Message Michael Paquier 2021-04-13 00:42:48 pgsql: Remove duplicated --no-sync switches in new tests of test_pg_dum