Re: Add a new BGWORKER_BYPASS_ROLELOGINCHECK flag

Поиск
Список
Период
Сортировка
От Drouvot, Bertrand
Тема Re: Add a new BGWORKER_BYPASS_ROLELOGINCHECK flag
Дата
Msg-id d75f9c57-3939-4044-ab87-d0b64074c3e1@gmail.com
обсуждение исходный текст
Ответ на Re: Add a new BGWORKER_BYPASS_ROLELOGINCHECK flag  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Add a new BGWORKER_BYPASS_ROLELOGINCHECK flag
Список pgsql-hackers
Hi,

On 10/11/23 5:40 AM, Michael Paquier wrote:
> On Wed, Oct 11, 2023 at 08:26:42AM +0900, Michael Paquier wrote:
> 
>   /* flags for InitPostgres() */
>   #define INIT_PG_LOAD_SESSION_LIBS      0x0001
>   #define INIT_PG_OVERRIDE_ALLOW_CONNS   0x0002
> +#define INIT_PG_BYPASS_ROLE_LOGIN      0x0004
> 
> In 0002, I am not sure that this is the best name for this new flag.
> There is consistency with the bgworker part, for sure, but shouldn't
> we name that OVERRIDE_ROLE_LOGIN instead in miscadmin.h?

Yeah, agree. Changed in v12 attached.

Regards,

-- 
Bertrand Drouvot
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com
Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PoC] run SQL over ciphertext
Следующее
От: "Zhijie Hou (Fujitsu)"
Дата:
Сообщение: Add null termination to string received in parallel apply worker