On Wed, Oct 4, 2017 at 10:37 AM, Robert Haas <[email protected]> wrote: > On Tue, Oct 3, 2017 at 9:34 PM, Michael Paquier > <[email protected]> wrote: >> +/* Write an unsigned integer field (anything written with UINT64_FORMAT) */ >> +#define WRITE_UINT64_FIELD(fldname) \ >> + appendStringInfo(str, " :" CppAsString(fldname) " " UINT64_FORMAT, \ >> + node->fldname) >> Correct call here. > > I'm sorry, but I don't understand this comment.
I just mean that your patch is correct here. I don't always complain :) -- Michael -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
