Re: [HACKERS] 64-bit queryId? - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [HACKERS] 64-bit queryId?
Date
Msg-id CAB7nPqT6f1_advQo6EaszgZ7=6CbYVx1Jh-VXVCGKT+FBv6XFg@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] 64-bit queryId?  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: [HACKERS] 64-bit queryId?
List pgsql-hackers
On Wed, Oct 4, 2017 at 10:37 AM, Robert Haas <robertmhaas@gmail.com> wrote:
> On Tue, Oct 3, 2017 at 9:34 PM, Michael Paquier
> <michael.paquier@gmail.com> 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 (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [HACKERS] [BUGS] BUG #14825: enum type: unsafe use?
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Warnings in objectaddress.c