aupg - aupg_src: Fixed incompatibility with PostgreSQL 8.3's new

From: rlucas(at)pgfoundry(dot)org (User Rlucas)
To: pgsql-committers(at)postgresql(dot)org
Subject: aupg - aupg_src: Fixed incompatibility with PostgreSQL 8.3's new
Date: 2008-07-03 02:01:04
Message-ID: 20080703020104.A8D6F17AE707@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fixed incompatibility with PostgreSQL 8.3's new transaction id model.

WARNING!

NOTE that the change in storage type from int to bigint for transaction ids
means that this is not a compatible upgrade from previous versions of AuPG.

It should be possible to convert from ints as stored in old audit tables and
trust graphs, to the new bigints, but I have not done so in any automated way.

Modified Files:
--------------
aupg_src/sql:
_test_setup.sql (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/aupg/aupg_src/sql/_test_setup.sql.diff?r1=1.3&r2=1.4)
_test_takedown.sql (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/aupg/aupg_src/sql/_test_takedown.sql.diff?r1=1.3&r2=1.4)
audit_infrastructure.sql (r1.17 -> r1.18)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/aupg/aupg_src/sql/audit_infrastructure.sql.diff?r1=1.17&r2=1.18)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-07-03 02:49:55 pgsql: Update source code comment about when to use gettext_noop().
Previous Message Tom Lane 2008-07-03 00:04:34 pgsql: Fix transaction-lifespan memory leak in xpath().