Re: Simplify signature of ProcessStartupPacket()

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Michael Paquier <michael(at)paquier(dot)xyz>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>
Subject: Re: Simplify signature of ProcessStartupPacket()
Date: 2026-05-15 08:16:38
Message-ID: 49e86e7c-cc01-402c-9d25-7923b6be37f1@iki.fi
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2026-05-15 08:33:36 Re: Simplify signature of ProcessStartupPacket()
Previous Message Tatsuo Ishii 2026-05-15 07:34:25 Re: Should IGNORE NULLS cache nullness for volatile arguments?