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

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема pgsql: Fix name of the macro for getting signature length trgm_gist.c
Дата
Msg-id E1kd3Uz-0007jv-72@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8ca8208ace4e67a9149946814d35d7cf18ff60d0

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: pg_stat_statements: track number of rows processed by REFRESH MA
Следующее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Fix name of the macro for getting signature length trgm_gist.c