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 20230621195515.GA883809@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
On Wed, Jun 21, 2023 at 09:02:49PM +0200, Drouvot, Bertrand wrote:
> Please find attached a patch doing so (which is basically a revert of d18c1d1f51).

LGTM.  I think this can wait for v17 since the current behavior has been
around since 2001 and AFAIK this is the first report.  While it's arguably
a bug fix, the patch also breaks some cases that work today.

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



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Use of additional index columns in rows filtering
Next
From: Tomas Vondra
Date:
Subject: Re: Can JoinFilter condition be pushed down into IndexScan?