pgsql: Add PQsendFlushRequest to libpq

2021-06-29 Thread Alvaro Herrera
Add PQsendFlushRequest to libpq This new libpq function allows the application to send an 'H' message, which instructs the server to flush its outgoing buffer. This hasn't been needed so far because the Sync message already requests a buffer; and I failed to realize that this was needed in pipeli

pgsql: Add PQsendFlushRequest to libpq

2021-06-29 Thread Alvaro Herrera
Add PQsendFlushRequest to libpq This new libpq function allows the application to send an 'H' message, which instructs the server to flush its outgoing buffer. This hasn't been needed so far because the Sync message already requests a buffer; and I failed to realize that this was needed in pipeli