pgbench: Add \syncpipeline
Michael Paquier <michael@paquier.xyz>
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pgbench.sgml | modified | +9 −3 |
| src/bin/pgbench/pgbench.c | modified | +25 −3 |
| src/bin/pgbench/t/001_pgbench_with_server.pl | modified | +36 −0 |
Documentation touched
Discussion
- Add \syncpipeline command to pgbench 10 messages · 2024-01-18 → 2024-01-24