aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-09-16 09:11:49 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-09-16 09:22:33 +0300
commit77e65bf369edd0282531794dd907a0943651eff8 (patch)
tree19aec6ff7e4fe1ffbaac06aca389071cc867e50b /src/backend/access/transam
parent58e70cf9fb42c1ad60b8ba730fd129f2ce6fa332 (diff)
downloadpostgresql-77e65bf369edd0282531794dd907a0943651eff8.tar.gz
postgresql-77e65bf369edd0282531794dd907a0943651eff8.zip
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.
Diffstat (limited to 'src/backend/access/transam')
0 files changed, 0 insertions, 0 deletions