pgsql: Fix bool abuse

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix bool abuse
Дата
Msg-id E1UwNwx-0007IU-OO@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix bool abuse

path_encode's "closed" argument used to take three values: TRUE, FALSE,
or -1, while being of type bool.  Replace that with a three-valued enum
for more clarity.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7888c61238ca082404cf8348a69e2b66bf9f4e96

Modified Files
--------------
src/backend/utils/adt/geo_ops.c |   34 ++++++++++++++++++----------------
1 file changed, 18 insertions(+), 16 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix mention of htup.h in pageinspect docs
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Add #include needed for _mm_mfence() intrinsic on ia64.