pgsql: Use PG_GETARG_TEXT_PP instead of PG_GETARG_TEXT_P in the new - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Use PG_GETARG_TEXT_PP instead of PG_GETARG_TEXT_P in the new
Date
Msg-id 20081202113053.C1BDE7545A4@cvs.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Change wildcard cerfificate mapping to be much simler - we now
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Documentation for wildcard certificates patch