mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Subject: [HACKERS] Patch for io routines
I am currently trying to improve on the front-backend communication
routines; and noticed that lots of code are duplicated for libpq and
the backend. This is a first patch that tries to share code between
the two, more to follow.
mjl