Re: ProcessStartupPacket(): database_name and user_name truncation - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: ProcessStartupPacket(): database_name and user_name truncation
Date
Msg-id 20230630154201.GA2733594@nathanxps13
Whole thread Raw
In response to Re: ProcessStartupPacket(): database_name and user_name truncation  ("Drouvot, Bertrand" <bertranddrouvot.pg@gmail.com>)
Responses Re: ProcessStartupPacket(): database_name and user_name truncation
List 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 by date:

Previous
From: Matthias van de Meent
Date:
Subject: Re: XLog size reductions: Reduced XLog record header size for PG17
Next
From: David Cook
Date:
Subject: [PATCH] pgrowlocks: Make mode names consistent with docs