Add \syncpipeline command to pgbench - Mailing list pgsql-hackers

From Anthonin Bonnefoy
Subject Add \syncpipeline command to pgbench
Date
Msg-id CAO6_XqpcNhW6LZHLF-2NpPzdTbyMm4-RVkr3+AP5cOKSm9hrWA@mail.gmail.com
Whole thread Raw
Responses Re: Add \syncpipeline command to pgbench
List pgsql-hackers
Hi,

PQsendSyncMessage() was added in
https://commitfest.postgresql.org/46/4262/. It allows users to add a
Sync message without flushing the buffer.

As a follow-up, this change adds an additional meta-command to
pgbench, \syncpipeline, which will call PQsendSyncMessage(). This will
make it possible to benchmark impact and improvements of using
PQsendSyncMessage through pgbench.

Regards,
Anthonin

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: modify first-word capitalisation of some messages
Next
From: Amit Kapila
Date:
Subject: Re: Reduce useless changes before reassembly during logical replication