Fix name of the macro for getting signature length trgm_gist.c

Alexander Korotkov <akorotkov@postgresql.org>

Commit: 8ca8208ace4e67a9149946814d35d7cf18ff60d0
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2020-11-12T03:38:05Z
Releases: 14.0
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

Files

PathChange+/−
contrib/pg_trgm/trgm_gist.c modified +8 −8