Re: Log connection establishment timings

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Melanie Plageman <melanieplageman(at)gmail(dot)com>
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>, Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>, Guillaume Lelarge <guillaume(at)lelarge(dot)info>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, andrey(dot)chudnovskiy(at)microsoft(dot)com, Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
Subject: Re: Log connection establishment timings
Date: 2025-05-22 20:17:30
Message-ID: 30199c26-ef20-4583-a765-384c7731cb21@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 20.05.25 17:16, Melanie Plageman wrote:
> In src/backend/tcop/postgres.c, there is a call
>
>          SetConfigOption("log_connections", "true", context, source);
>
> that could be adjusted.
>
>
> Do you think the debug option should be 'all' or a list of the options
> covered by "true" (which is a subset of 'all')?

I think the spirit of this debug option is to show lots of things, so
mapping it to 'all' makes sense to me.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Melanie Plageman 2025-05-22 20:19:41 Re: Assert("vacrel->eager_scan_remaining_successes > 0")
Previous Message Peter Eisentraut 2025-05-22 20:16:36 Re: Log connection establishment timings