summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorTeodor Sigaev2016-06-27 17:55:24 +0000
committerTeodor Sigaev2016-06-27 17:55:24 +0000
commit6734a1cacd44f5b731933cbc93182b135b167d0c (patch)
tree39b868e9a39f4301c7c9699b82f95f5979acb590 /src/backend/access/gist/gist.c
parent3dbbd0f02a257d8d5c4cba14726371505f2e7266 (diff)
Change predecence of phrase operator.
<-> operator now have higher predecence than & (AND) operator. This change was motivated by unexpected difference of similar queries: 'a & b <-> c'::tsquery and 'b <-> c & a'. Before first query means (a & b) <-> c and second one - '(b <-> c) & a', now phrase operator evaluates first. Per suggestion from Tom Lane [email protected]
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions