Re: Refactoring of replication commands using printsimple
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Michael Paquier <michael.paquier@gmail.com>
Cc: PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2017-02-01T19:05:17Z
Lists: pgsql-hackers
On Tue, Jan 31, 2017 at 8:26 PM, Michael Paquier <michael.paquier@gmail.com> wrote: > pq_sendcountedtext() does some encoding conversion, which is why I > haven't used because we deal only with integers in this patch... Now > if you wish to switch to that I have really no arguments against. OK, I see. Well, I guess it's sensible either way, but I've committed this version. Thanks. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Refactor other replication commands to use DestRemoteSimple.
- bbd8550bce14 10.0 landed