Re: Addition of authenticated ID to pg_stat_activity

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Addition of authenticated ID to pg_stat_activity
Дата
Msg-id YIaE6LRYDQ+ZldAa@paquier.xyz
обсуждение исходный текст
Ответ на Re: Addition of authenticated ID to pg_stat_activity  (Justin Pryzby <pryzby@telsasoft.com>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: Table refer leak in logical replication
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Re: Parallel INSERT SELECT take 2