Re: Simplify signature of ProcessStartupPacket()

Heikki Linnakangas <hlinnaka@iki.fi>

From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Michael Paquier <michael@paquier.xyz>, Postgres hackers <pgsql-hackers@lists.postgresql.org>
Cc: Daniel Gustafsson <daniel@yesql.se>
Date: 2026-05-15T08:16:38Z
Lists: pgsql-hackers
On 15/05/2026 09:22, Michael Paquier wrote:
> Hi all,
> 
> In one of the recent patches committed into the tree (b63f25bddfeb),
> Daniel has come up with the suggestion to simplify
> ProcessStartupPacket() by removing its arguments "ssl_done" and
> "gss_done", as there is now only one callers of this routine.
> 
> Please find attached a patch to do this cleanup.  This is only for
> HEAD, material for v20.

+1. And I wouldn't mind committing that for v19 already.

- Heikki