mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-23 22:48:40 +00:00
b2f51026aa
Now postgres_backend communicates with the client, passing queries to the provided handler; we have two currently, for wal_acceptor and pageserver. Now BytesMut is again used for writing data to avoid manual message length calculation. ref #118