diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-11-23 11:38:37 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-11-23 11:38:37 -0500 |
commit | 0cc99327888840f2bf572303b68438e4caf62de9 (patch) | |
tree | afbe7cc9777f17c0f04545847ab46d27d221890f /src/backend/jit/llvm/llvmjit_expr.c | |
parent | d36228a9fcdccd57a7dc332572eb9837c7c301e6 (diff) | |
download | postgresql-0cc99327888840f2bf572303b68438e4caf62de9.tar.gz postgresql-0cc99327888840f2bf572303b68438e4caf62de9.zip |
Rename the "point is strictly above/below point" comparison operators.
Historically these were called >^ and <^, but that is inconsistent
with the similar box, polygon, and circle operators, which are named
|>> and <<| respectively. Worse, the >^ and <^ names are used for
*not* strict above/below tests for the box type.
Hence, invent new operators following the more common naming. The
old operators remain available for now, and are still accepted by
the relevant index opclasses too. But there's a deprecation notice,
so maybe we can get rid of them someday.
Emre Hasegeli, reviewed by Pavel Borisov
Discussion: https://postgr.es/m/24348.1587444160@sss.pgh.pa.us
Diffstat (limited to 'src/backend/jit/llvm/llvmjit_expr.c')
0 files changed, 0 insertions, 0 deletions