Re: Addition of authenticated ID to pg_stat_activity - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Addition of authenticated ID to pg_stat_activity
Date
Msg-id YIaE6LRYDQ+ZldAa@paquier.xyz
Whole thread Raw
In response to Re: Addition of authenticated ID to pg_stat_activity  (Justin Pryzby <pryzby@telsasoft.com>)
List pgsql-hackers
On Sun, Apr 25, 2021 at 10:14:43PM -0500, Justin Pryzby wrote:
> That part looks to be a copy+paste error.

Sorry about that.  I have fixed that on my own branch.

>> +       <structname>pg_stat_activity</structname>.<structfield>authenticated_id</structfield> field.
>> +       If this value is specified without units, it is taken as bytes.
>> +       The default value is 128 bytes.
>> +       This parameter can only be set at server start.
>> +       </para>
>> +      </listitem>
>> +     </varlistentry>
>
> I think many/most things in log/CSV should also go in PSA, and vice versa.
>
> It seems like there should be a comment about this - in both places - to avoid
> forgetting it in the future.

I am not sure what you mean here, neither do I see in what this is
related to what is proposed on this thread.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: Table refer leak in logical replication
Next
From: Bharath Rupireddy
Date:
Subject: Re: Parallel INSERT SELECT take 2