Re: Simplify signature of ProcessStartupPacket()

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Simplify signature of ProcessStartupPacket()
Date: 2026-05-16 14:36:33
Message-ID: A2E4C203-5E47-4951-8737-3E5235B89A6B@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 15 May 2026, at 10:16, Heikki Linnakangas <hlinnaka(at)iki(dot)fi> wrote:
>
> 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.

+1, LGTM.

--
Daniel Gustafsson

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mohamed ALi 2026-05-16 14:52:48 Re: [PATCH] Add NESTED_STATEMENTS option to EXPLAIN
Previous Message ChenhuiMo 2026-05-16 14:32:03 Re: [PATCH v4] Make NumericVar storage semantics explicit