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

Поиск
Список
Период
Сортировка
От Pavel Borisov
Тема Re: [PATCH] Remove workarounds to format [u]int64's
Дата
Msg-id CALT9ZEFvsswERHm5oJ_-57gQzugxLVbjuwgtSj-Niow7tC7Y_Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [PATCH] Remove workarounds to format [u]int64's  (Aleksander Alekseev <aleksander@timescale.com>)
Список pgsql-hackers
> 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.
Thanks, Alexander!
I suggest the patch is in a good shape to be committed.
(
Maybe some strings that don't fit screen cloud be reflowed:
 (long long int)seqdataform->last_value, (long long int)seqform->seqmax)));
)

--
Best regards,
Pavel Borisov

Postgres Professional: http://postgrespro.com

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Aleksander Alekseev
Дата:
Сообщение: Re: [PATCH] Remove workarounds to format [u]int64's
Следующее
От: Dave Page
Дата:
Сообщение: Re: Problem with moderation of messages with patched attached.