pgsql: Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.
Дата
Msg-id E1YnaNf-0002dI-2H@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-committers
Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.

We can't rely on UINT16_MAX being present, which is why we introduced
PG_UINT16_MAX...

Buildfarm animal bowerbird via Andrew Gierth.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e0f26fc76532defd06caf79d711fa99cea83c532

Modified Files
--------------
src/backend/replication/logical/origin.c |    2 +-
src/include/replication/origin.h         |    2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Add markup, for consistency.
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Introduce replication progress tracking infrastructure.