Re: ProcessStartupPacket(): database_name and user_name truncation

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема Re: ProcessStartupPacket(): database_name and user_name truncation
Дата
Msg-id 20230630154201.GA2733594@nathanxps13
обсуждение исходный текст
Ответ на Re: ProcessStartupPacket(): database_name and user_name truncation  ("Drouvot, Bertrand" <bertranddrouvot.pg@gmail.com>)
Ответы Re: ProcessStartupPacket(): database_name and user_name truncation  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
After taking another look at this, I wonder if it'd be better to fail as
soon as we see the database or user name is too long instead of lugging
them around when authentication is destined to fail.

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com



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

Предыдущее
От: Matthias van de Meent
Дата:
Сообщение: Re: XLog size reductions: Reduced XLog record header size for PG17
Следующее
От: David Cook
Дата:
Сообщение: [PATCH] pgrowlocks: Make mode names consistent with docs