aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2015-08-09 19:01:04 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2015-08-09 19:01:17 -0400
commit6e03d476c93458203c1c0307abaf9068d5793aeb (patch)
treeef9d1a426a32f6ff8fc8ceef7a41a01612b0ef6c /src/backend/access/gist
parent64ac985b5946de4bf7cae21383508477023e0688 (diff)
downloadpostgresql-6e03d476c93458203c1c0307abaf9068d5793aeb.tar.gz
postgresql-6e03d476c93458203c1c0307abaf9068d5793aeb.zip
Remove gram.y's precedence declaration for OVERLAPS.
The allowed syntax for OVERLAPS, viz "row OVERLAPS row", is sufficiently constrained that we don't actually need a precedence declaration for OVERLAPS; indeed removing this declaration does not change the generated gram.c file at all. Let's remove it to avoid confusion about whether OVERLAPS has precedence or not. If we ever generalize what we allow for OVERLAPS, we might need to put back a precedence declaration for it, but we might want some other level than what it has today --- and leaving the declaration there would just risk confusion about whether that would be an incompatible change. Likewise, remove OVERLAPS from the documentation's precedence table. Per discussion with Noah Misch. Back-patch to 9.5 where we hacked up some nearby precedence decisions.
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions