aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execReplication.c
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2023-03-23 08:45:51 +0530
committerAmit Kapila <akapila@postgresql.org>2023-03-23 08:45:51 +0530
commitecb696527c01908d54b7a7aa2bd9179585b46459 (patch)
treedb61bab00788f7b3ab46d2558102095fdb11676c /src/backend/executor/execReplication.c
parent4f1882b960596c35d62c78fb44e14913eff49a85 (diff)
downloadpostgresql-ecb696527c01908d54b7a7aa2bd9179585b46459.tar.gz
postgresql-ecb696527c01908d54b7a7aa2bd9179585b46459.zip
Allow logical replication to copy tables in binary format.
This patch allows copying tables in the binary format during table synchronization when the binary option for a subscription is enabled. Previously, tables are copied in text format even if the subscription is created with the binary option enabled. Copying tables in binary format may reduce the time spent depending on column types. A binary copy for initial table synchronization is supported only when both publisher and subscriber are v16 or later. Author: Melih Mutlu Reviewed-by: Peter Smith, Shi yu, Euler Taveira, Vignesh C, Kuroda Hayato, Osumi Takamichi, Bharath Rupireddy, Hou Zhijie Discussion: https://postgr.es/m/CAGPVpCQvAziCLknEnygY0v1-KBtg%2BOm-9JHJYZOnNPKFJPompw%40mail.gmail.com
Diffstat (limited to 'src/backend/executor/execReplication.c')
0 files changed, 0 insertions, 0 deletions