pgsql: Silence compiler warning in Assert()

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Silence compiler warning in Assert()
Дата
Msg-id E1g9VkP-0001HX-LE@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Silence compiler warning in Assert()

gcc 6.3 does not whine about this mistake I made in 39808e8868c8 but
evidently lots of other compilers do, according to Michael Paquier,
Peter Eisentraut, Arthur Zakirov, Tomas Vondra.

Discussion: too many to list

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8569ef63f4d30d25f950270f62ca7263b56157a3

Modified Files
--------------
src/backend/commands/event_trigger.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve snprintf.c's handling of NaN, Infinity, and minus zero.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Advance transaction timestamp for intra-procedure transactions.