Fix name of the macro for getting signature length trgm_gist.c
authorAlexander Korotkov <akorotkov@postgresql.org>
Thu, 12 Nov 2020 03:19:16 +0000 (06:19 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Thu, 12 Nov 2020 03:38:05 +0000 (06:38 +0300)
commit8ca8208ace4e67a9149946814d35d7cf18ff60d0
treec567b052140bf7f719d48d8286602dea89ed502c
parentb62e6056a05c60ce9edf93e87e1487ae50245a04
Fix name of the macro for getting signature length trgm_gist.c

911e702077 has introduced the opclass parameters including signature length
for a set of GiST opclasses.  Due to copy-pasting, macro for getting the
signature length in trgm_gist.c was named LTREE_GET_ASIGLEN().  Fix that by
renaming this macro to just GET_SIGLEN().

Backpatch-through: 13
contrib/pg_trgm/trgm_gist.c