Skip to content
Snippets Groups Projects
Select Git revision
  • 9a09248eddf12339677169064c88e4df11e5077f
  • master default
  • benchmark-tools
  • postgres-lambda
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
24 results

indexvalid.c

Blame
  • user avatar
    Tom Lane authored
    polygon operators (<<, &<, >>, &>).  Per ideas originally put forward
    by andrew@supernews and later rediscovered by moi.  This patch just
    fixes the existing opclasses, and does not add any new behavior as I
    proposed earlier; that can be sorted out later.  In principle this
    could be back-patched, since it changes only search behavior and not
    system catalog entries nor rtree index contents.  I'm not currently
    planning to do that, though, since I think it could use more testing.
    9a09248e
    History
    indexvalid.c 1.57 KiB