aupg - aupg_src: Changed write table to be primary key'ed on transaction

From: rlucas(at)pgfoundry(dot)org (User Rlucas)
To: pgsql-committers(at)postgresql(dot)org
Subject: aupg - aupg_src: Changed write table to be primary key'ed on transaction
Date: 2007-10-17 17:11:29
Message-ID: 20071017171129.2721E216E35@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Changed write table to be primary key'ed on transaction id and timestamp.
Fixed a bug where multiple writes could possibly have been logged for a single
transaction id / timestamp combo.

Modified Files:
--------------
aupg_src/sql:
audit_infrastructure.sql (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/aupg/aupg_src/sql/audit_infrastructure.sql.diff?r1=1.8&r2=1.9)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-10-17 17:34:51 pgsql: Re-add FAQ item: <H3 id="item4.19">4.19) Why do I get
Previous Message Tom Lane 2007-10-17 15:24:50 Re: [COMMITTERS] pgsql: Re-allow UTF8 encodings on win32.