bool abuse in path_encode()

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема bool abuse in path_encode()
Дата
Msg-id 1373159553.17986.7.camel@vanquo.pezone.net
обсуждение исходный текст
Ответы Re: bool abuse in path_encode()  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
The function path_encode() in geo_ops.c takes an argument "bool closed",
to indicate an open or closed path --- but you can also pass -1 to
indicate "neither".  I propose to change this to an enum to make the
code clearer and less weird.


Вложения

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

Предыдущее
От: Kenji uno
Дата:
Сообщение: How to implement Gin method?
Следующее
От: Robins Tharakan
Дата:
Сообщение: Re: Add regression tests for ROLE (USER)