Simplify signature of ProcessStartupPacket()
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Cc: Daniel Gustafsson <daniel@yesql.se>
Date: 2026-05-15T06:22:12Z
Lists: pgsql-hackers
Attachments
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. Thanks, -- Michael