aupg - aupg_src: Cut out deprecated definitions. - Mailing list pgsql-committers

From rlucas@pgfoundry.org (User Rlucas)
Subject aupg - aupg_src: Cut out deprecated definitions.
Date
Msg-id 20071016175738.2C010216D0A@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Cut out deprecated definitions.  Prefixed aupgschema. to MOST
function definitions; did not change a few ones that could be general
to other uses and which are highly unlikely to suffer name conflicts.

Modified Files:
--------------
    aupg_src/sql:
        audit_infrastructure.sql (r1.5 -> r1.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/aupg/aupg_src/sql/audit_infrastructure.sql.diff?r1=1.5&r2=1.6)
        audit_test_cds.sql (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/aupg/aupg_src/sql/audit_test_cds.sql.diff?r1=1.2&r2=1.3)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Tweak toast-related logic in heapam.c so that the toaster is only
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Use 'token' not 'lexeme' to describe the output of a parser.