On 18th of December 2024, Michael Paquier committed patch:| select * from depesz;
1. Introduction Recently in my development work, a custom connection is required to be maintained between a PG backend on primary and another PG backends on standby nodes to communicate custom data in addition to the existing walsender/walreceiver connection that streams WAL data. Of course, I could just create a new standalone backend and maintain… Read more The post Maintain a custom PG to PG Connection With libpq’s COPY protocol first appeared on Highgo Software Inc.. The post Maintain...| Highgo Software Inc.