git.postgresql.org Git - postgresql.git/commit
2014年9月16日 06:11:49 +0000 (09:11 +0300)
2014年9月16日 06:22:33 +0000 (09:22 +0300)
commit 77e65bf369edd0282531794dd907a0943651eff8
Fix the return type of GIN triConsistent support functions to "char".
They were marked to return a boolean, but they actually return a
GinTernaryValue, which is more like a "char". It makes no practical
difference, as the triConsistent functions cannot be called directly from
SQL because they have "internal" arguments, but this nevertheless seems
more correct.
Also fix the GinTernaryValue name in the documentation. I renamed the enum
earlier, but neglected the docs.
Alexander Korotkov. This is new in 9.4, so backpatch there.
This is the main PostgreSQL git repository.
RSS
Atom