pgsql: Fix bool abuse - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix bool abuse
Date
Msg-id E1UwNwx-0007IU-OO@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix mention of htup.h in pageinspect docs
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Add #include needed for _mm_mfence() intrinsic on ia64.