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

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix name of the macro for getting signature length trgm_gist.c
Date: 2020-11-12 03:42:15
Message-ID: E1kd3V1-0007kK-TE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/065683bbdbab7fe51c59a479f4136328577bbecd

Modified Files
--------------
contrib/pg_trgm/trgm_gist.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2020-11-12 04:33:18 pgsql: Use standard SIGHUP and SIGTERM handlers in walreceiver.
Previous Message Alexander Korotkov 2020-11-12 03:42:13 pgsql: Fix name of the macro for getting signature length trgm_gist.c