pgsql: Use PG_GETARG_TEXT_PP instead of PG_GETARG_TEXT_P in the new

Поиск
Список
Период
Сортировка
От heikki@postgresql.org (Heikki Linnakangas)
Тема pgsql: Use PG_GETARG_TEXT_PP instead of PG_GETARG_TEXT_P in the new
Дата
Msg-id 20081202113053.C1BDE7545A4@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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)

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

Предыдущее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Change wildcard cerfificate mapping to be much simler - we now
Следующее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Documentation for wildcard certificates patch