Обсуждение: pgsql: Use PG_GETARG_TEXT_PP instead of PG_GETARG_TEXT_P in the new

Поиск
Список
Период
Сортировка

pgsql: Use PG_GETARG_TEXT_PP instead of PG_GETARG_TEXT_P in the new

От
heikki@postgresql.org (Heikki Linnakangas)
Дата:
Log Message:
-----------
Use PG_GETARG_TEXT_PP instead of PG_GETARG_TEXT_P in the new
gin_cmp_tslexeme and gin_cmp_prefix functions. Should shave off a few
cycles from GIN operations.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        tsginidx.c (r1.12 -> r1.13)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/tsginidx.c?r1=1.12&r2=1.13)