Re: Add "host" to startup packet

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Lev Kokotov <lev(at)hyperparam(dot)ai>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Add "host" to startup packet
Date: 2023-04-02 15:38:25
Message-ID: 976372.1680449905@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Lev Kokotov <lev(at)hyperparam(dot)ai> writes:
> Patch attached below. TLDR, I'd like to add "host" to the startup packet.

I don't think this is of any use at all in isolation. What is the server
going to do with it? What's your plan for persuading clients other than
libpq to supply it? How are poolers supposed to handle it? What will
you do about old clients that don't supply it? And most importantly,
how can a client know while connecting whether it's safe to include this,
realizing that existing servers will error out (they'll think it's a
GUC setting for "host")?

Even if all that infrastructure sprang into existence, is this really any
more useful than basing your switching on the host's resolved IP address?
I'm doubtful that there's enough win there to justify pushing this rock
to the top of the mountain.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2023-04-02 16:21:41 Re: Add "host" to startup packet
Previous Message Andrey Borodin 2023-04-02 15:28:54 Re: Add "host" to startup packet