pgsql: Fix ts_debug function to prevent unneeded calls of ts_lexize(). - Mailing list pgsql-committers

From teodor@postgresql.org (Teodor Sigaev)
Subject pgsql: Fix ts_debug function to prevent unneeded calls of ts_lexize().
Date
Msg-id 20070911085122.A0590754206@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix ts_debug function to prevent unneeded calls of ts_lexize().
It will be mush better to reimplement ts_debug in C (instead of SQL as now),
but it's planned for the future.

Modified Files:
--------------
    pgsql/src/backend/catalog:
        system_views.sql (r1.43 -> r1.44)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/system_views.sql?r1=1.43&r2=1.44)

pgsql-committers by date:

Previous
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Refactor from Heikki Linnakangas : *
Next
From: dpage@pgfoundry.org (User Dpage)
Date:
Subject: pginstaller - pginst: Couple of 8.3 updates