Re: [PATCH] Remove workarounds to format [u]int64's - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: [PATCH] Remove workarounds to format [u]int64's
Date
Msg-id CAJ7c6TOw_t=f22AYmuJLFM6Sr=ok+kPTEdGgv+MyET1_-stB8Q@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Remove workarounds to format [u]int64's  (Pavel Borisov <pashkin.elfe@gmail.com>)
Responses Re: [PATCH] Remove workarounds to format [u]int64's  (Pavel Borisov <pashkin.elfe@gmail.com>)
Re: [PATCH] Remove workarounds to format [u]int64's  (Japin Li <japinli@hotmail.com>)
List pgsql-hackers
Hi Pavel,

> Probably you can do (long long) instead of (long long int). It is shorter and this is used elsewhere in the code.

Thanks! Here is the updated patch. I also added Reviewed-by: and
Discussion: to the commit message.

-- 
Best regards,
Aleksander Alekseev

Attachment

pgsql-hackers by date:

Previous
From: Pavel Borisov
Date:
Subject: Re: [PATCH] Remove workarounds to format [u]int64's
Next
From: Pavel Borisov
Date:
Subject: Re: [PATCH] Remove workarounds to format [u]int64's