aupg - aupg_src: I am so ashamed to commit this patch.

From: rlucas(at)pgfoundry(dot)org (User Rlucas)
To: pgsql-committers(at)postgresql(dot)org
Subject: aupg - aupg_src: I am so ashamed to commit this patch.
Date: 2008-07-17 00:04:29
Message-ID: 20080717000429.D247E17AE6C3@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
I am so ashamed to commit this patch. I created a BS function for PG < 8.3 to
prevent the (already hackish) txid code from failing to parse on a not-found function.

The longer-term solution is probably to eval the code based on version using
plpgsql and 'execute.'

Modified Files:
--------------
aupg_src/sql:
audit_infrastructure.sql (r1.18 -> r1.19)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/aupg/aupg_src/sql/audit_infrastructure.sql.diff?r1=1.18&r2=1.19)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-07-17 01:34:33 pgsql: Add to TODO: > > * Reduce locking requirements for creating a
Previous Message Simon Riggs 2008-07-16 23:06:10 Re: pgsql: Allow TRUNCATE foo, foo to succeed, per report from Nikhils.