Обсуждение: pgsql: Fix thinkos in GinLogicValue enum.

Поиск
Список
Период
Сортировка

pgsql: Fix thinkos in GinLogicValue enum.

От
Heikki Linnakangas
Дата:
Fix thinkos in GinLogicValue enum.

It was incorrectly declared as global variable, not an enum type, and
the comments for GIN_FALSE and GIN_TRUE were backwards.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4c0e97c2d58f1cec9fc24237342962811de3cfee

Modified Files
--------------
src/include/access/gin.h |    8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)