Re: Extensibility of the PostgreSQL wire protocol

Hannu Krosing <hannuk@google.com>

From: Hannu Krosing <hannuk@google.com>
To: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Cc: Jan Wieck <jan@wi3ck.info>, Kuntal Ghosh <kuntalghosh.2007@gmail.com>, Dave Cramer <davecramer@postgres.rocks>, Robert Haas <robertmhaas@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, "Jonah H. Harris" <jonah.harris@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-03-03T20:27:45Z
Lists: pgsql-hackers
I have not looked at the actual patch, but does it allow you to set up
its own channels to listen to ?

For example if I'd want to set up a server to listen to incoming connections
over QUIC [1] - a protocol which create a connection over UDP and allows
clients to move to new IP addresses (among other things) then would the
current extensibility proposal cover this ?

Maybe a correct approach would be to just start up a separate
"postmaster" to listen to a different protocol ?

[1] https://en.wikipedia.org/wiki/QUIC

Cheers
Hannu