diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-11-17 18:56:33 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-11-17 18:56:33 -0500 |
commit | 709aca59608395eef9ceb7dcb79fd9d03a0709ef (patch) | |
tree | 2a0a16fb709327db4379688ee0d62f3b82d67b97 /src/backend/commands/aggregatecmds.c | |
parent | 1a8b9fb5499d8646661a57edd3c88c3107622ff8 (diff) | |
download | postgresql-709aca59608395eef9ceb7dcb79fd9d03a0709ef.tar.gz postgresql-709aca59608395eef9ceb7dcb79fd9d03a0709ef.zip |
Declare range inclusion operators as taking anyelement not anynonarray.
Use of anynonarray was a crude hack to get around ambiguity versus the
array inclusion operators of the same names. My previous patch to extend
the parser's type resolution heuristics makes that unnecessary, so use
the more general declaration instead. This eliminates a wart that these
operators couldn't be used with ranges over arrays, which are otherwise
supported just fine.
Also, mark range_before and range_after as commutator operators,
per discussion with Jeff Davis.
Diffstat (limited to 'src/backend/commands/aggregatecmds.c')
0 files changed, 0 insertions, 0 deletions