[COMMITTERS] pgsql: Fix bool/int type confusion

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Fix bool/int type confusion
Дата
Msg-id E1dsWhf-0000pT-F9@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix bool/int type confusion

Using ++ on a bool variable doesn't work well when stdbool.h is in use.
The original BSD code appears to use int here, so use that instead.

Reviewed-by: Thomas Munro <thomas.munro@enterprisedb.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0ec2e908babfbfde83a3925680f06b16408739ff

Modified Files
--------------
src/timezone/localtime.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Fix inconsistent capitalization.
Следующее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Make RelationGetPartitionDispatchInfo expand depth-first.