Re: Introduce "log_connection_stages" setting.

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Sergey Dudoladov <sergey(dot)dudoladov(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, Euler Taveira <euler(at)eulerto(dot)com>, Jacob Champion <jchampion(at)timescale(dot)com>
Subject: Re: Introduce "log_connection_stages" setting.
Date: 2023-07-03 13:57:50
Message-ID: 42E95A71-E315-48F4-9087-866B06D12F1A@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 16 May 2023, at 20:51, Sergey Dudoladov <sergey(dot)dudoladov(at)gmail(dot)com> wrote:

> I have attached the fourth version of the patch.

This version fails the ldap_password test on all platforms on pg_ctl failing to start:

[14:48:10.544] --- stdout ---
[14:48:10.544] # executing test in /tmp/cirrus-ci-build/build/testrun/ldap_password_func/001_mutated_bindpasswd group ldap_password_func test 001_mutated_bindpasswd
[14:48:10.544] # waiting for slapd to accept requests...
[14:48:10.544] # setting up PostgreSQL instance
[14:48:10.544] Bail out! pg_ctl start failed
[14:48:10.544] # test failed

Updating src/test/modules/ldap_password_func/t/001_mutated_bindpasswd.pl with
the new GUC might solve the problem from skimming this.

Please send a fixed version, I'm marking the patch Waiting on Author in the
meantime.

--
Daniel Gustafsson

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2023-07-03 14:02:37 Re: cataloguing NOT NULL constraints
Previous Message Tomas Vondra 2023-07-03 13:45:52 Is a pg_stat_force_next_flush() call sufficient for regression tests?