pgsql: Use LL suffix for 64-bit constants.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Use LL suffix for 64-bit constants.
Дата
Msg-id E1SiqCh-0000Yg-EP@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use LL suffix for 64-bit constants.

Per warning from buildfarm member 'locust'. At least I think this what's
making it upset.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/96ff85e2dd64e7987ee6d69f306e3b8f54cc72c0

Modified Files
--------------
src/include/access/xlog_internal.h |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Replace XLogRecPtr struct with a 64-bit integer.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Oops. Remove stray paren.