On Thu, Sep 28, 2017 at 2:20 AM, Andres Freund <[email protected]> wrote: > This'll allow the later patches to allow the compiler to perform the > relevant optimizations. It also allows to optimize e.g. pq_sendint64() > to avoid having to do multiple byteswaps.
I guess that you could clean up the 8-byte duplicate implementations in pg_rewind's libpq_fetch.c (pg_recvint64) and in pg_basebackup's streamutil.c (fe_recvint64) at the same time, right? -- Michael -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
