Re: [PATCH] Remove workarounds to format [u]int64's

From: Aleksander Alekseev <aleksander(at)timescale(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Pavel Borisov <pashkin(dot)elfe(at)gmail(dot)com>
Subject: Re: [PATCH] Remove workarounds to format [u]int64's
Date: 2022-03-21 09:23:33
Message-ID: CAJ7c6TOw_t=f22AYmuJLFM6Sr=ok+kPTEdGgv+MyET1_-stB8Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
v2-0001-Remove-workarounds-to-format-u-int64-s.patch application/octet-stream 11.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Borisov 2022-03-21 09:30:59 Re: [PATCH] Remove workarounds to format [u]int64's
Previous Message Pavel Borisov 2022-03-21 09:12:33 Re: [PATCH] Remove workarounds to format [u]int64's