Re: Increase limit on max length of the password( pg versions < 14) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Increase limit on max length of the password( pg versions < 14)
Date
Msg-id 46805.1689691849@sss.pgh.pa.us
Whole thread Raw
In response to Re: Increase limit on max length of the password( pg versions < 14)  (Vik Fearing <vik@postgresfriends.org>)
List pgsql-hackers
Vik Fearing <vik@postgresfriends.org> writes:
> On 7/18/23 11:30, mahendrakar s wrote:
>> We have encountered an issue (invalid message length) when the
>> password length is > 1000 in pg 11,12,13 versions.

> The third option is to upgrade.

Yeah.  I don't see any good reason to consider this behavior change as
something other than a new feature.  Also, the proposed patch is
effectively cherry-picking one single line of the combined effect of
two rather large patches (67a472d71 and 9626325da).  I'm unconvinced
that it does very much of use without the rest of those patches; but
we are most certainly not back-patching 67a472d71.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Alena Rybakina
Date:
Subject: Re: POC, WIP: OR-clause support for indexes
Next
From: Daniel Gustafsson
Date:
Subject: Giving more detail in pg_upgrade errormessage