| From: | Hannu Krosing <hannuk(at)google(dot)com> |
|---|---|
| To: | Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> |
| Cc: | Jan Wieck <jan(at)wi3ck(dot)info>, Kuntal Ghosh <kuntalghosh(dot)2007(at)gmail(dot)com>, Dave Cramer <davecramer(at)postgres(dot)rocks>, Robert Haas <robertmhaas(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: Extensibility of the PostgreSQL wire protocol |
| Date: | 2021-03-03 20:27:45 |
| Message-ID: | CAMT0RQT14k9AWo5-ObB+7mEoK4FdnPtNpJZEBaDoi+iqinKg4w@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2021-03-03 21:07:13 | Re: buildfarm windows checks / tap tests on windows |
| Previous Message | Justin Pryzby | 2021-03-03 20:27:03 | Re: [POC] Fast COPY FROM command for the table with foreign partitions |