pgsql: Change tsearch2 to not use the unsafe practice of creating - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Change tsearch2 to not use the unsafe practice of creating
Date
Msg-id 20050503165122.7067C53A27@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Change tsearch2 to not use the unsafe practice of creating functions
that return INTERNAL without also having INTERNAL arguments.  Since the
functions in question aren't meant to be called by hand anyway, I just
redeclared them to take 'internal' instead of 'text'.  Also add code
to ProcedureCreate() to enforce the restriction, as I should have done
to start with :-(

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/contrib/tsearch2/gendict:
        sql.IN (r1.1 -> r1.1.8.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/gendict/sql.IN.diff?r1=1.1&r2=1.1.8.1)
    pgsql/contrib/tsearch2:
        tsearch.sql.in (r1.10 -> r1.10.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/tsearch.sql.in.diff?r1=1.10&r2=1.10.4.1)
        untsearch.sql.in (r1.5 -> r1.5.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/untsearch.sql.in.diff?r1=1.5&r2=1.5.4.1)
    pgsql/src/backend/catalog:
        pg_proc.c (r1.122 -> r1.122.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/pg_proc.c.diff?r1=1.122&r2=1.122.4.1)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Change tsearch2 to not use the unsafe practice of creating
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Change tsearch2 to not use the unsafe practice of creating