Re: Add PQsendSyncMessage() to libpq
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Denis Laxalde <denis.laxalde@dalibo.com>
Cc: Anton Kirilov <antonvkirilov@gmail.com>, pgsql-hackers@postgresql.org
Date: 2023-04-28T07:10:05Z
Lists: pgsql-hackers
On Thu, Apr 27, 2023 at 01:06:27PM +0200, Denis Laxalde wrote: > Thank you; this V2 looks good to me. > Marking as ready for committer. Please note that we are in a stabilization period for v16 and that the first commit fest of v17 should start in July, so it will perhaps take some time before this is looked at by a committer. Speaking of which, what was the performance impact of your application once PQflush() was moved out of the pipeline sync? Just asking for curiosity.. -- Michael
Commits
-
Remove some comments related to pqPipelineSync() and PQsendPipelineSync()
- 061cc7eacac1 17.0 landed
-
libpq: Add PQsendPipelineSync()
- 4794c2d31714 17.0 landed
-
Fix stop condition for dumping GRANT commands
- 7b7fa8513033 16.0 cited