Re: Refactoring of replication commands using printsimple
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2017-02-01T22:01:22Z
Lists: pgsql-hackers
On Thu, Feb 2, 2017 at 4:05 AM, Robert Haas <robertmhaas@gmail.com> wrote: > 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. Thanks. -- Michael
Commits
-
Refactor other replication commands to use DestRemoteSimple.
- bbd8550bce14 10.0 landed