Re: Add PQsendSyncMessage() to libpq
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Anton Kirilov <antonvkirilov@gmail.com>, pgsql-hackers@postgresql.org
Date: 2023-05-02T14:02:18Z
Lists: pgsql-hackers
On Mon, May 1, 2023 at 8:42 PM Michael Paquier <michael@paquier.xyz> wrote: > Another thing that may matter in terms of extensibility? Would a > boolean argument really be the best design? Could it be better to > have instead one API with a bits32 and some flags controlling its > internals? I wondered that, too. If we never add any more Boolean parameters to this function then that would end up a waste, but maybe we will and then it will be genius. Not sure what's best. -- Robert Haas EDB: http://www.enterprisedb.com
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