pgbench: Add \syncpipeline

Michael Paquier <michael@paquier.xyz>

Commit: 94edfe250c6a200d2067b0debfe00b4122e9b11e
Author: Michael Paquier <michael@paquier.xyz>
Date: 2024-01-24T07:55:19Z
Releases: 17.0
pgbench: Add \syncpipeline

This change adds a new meta-command called \syncpipeline to pgbench,
able to send a sync message without flushing using the new libpq
function PQsendPipelineSync().

This meta-command is available within a block made of \startpipeline and
\endpipeline.

Author: Anthonin Bonnefoy
Discussion: https://postgr.es/m/CAO6_XqpcNhW6LZHLF-2NpPzdTbyMm4-RVkr3+AP5cOKSm9hrWA@mail.gmail.com

Files

Documentation touched

Discussion