aupg - aupg_src: Discovered that the text types were not easily

From: rlucas(at)pgfoundry(dot)org (User Rlucas)
To: pgsql-committers(at)postgresql(dot)org
Subject: aupg - aupg_src: Discovered that the text types were not easily
Date: 2007-10-11 02:49:00
Message-ID: 20071011024900.137AA2176E1@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Discovered that the text types were not easily converible back into the
compound PK types. Ended up having to create wrapper operators for the
standard "row" comparison operators.

Modified Files:
--------------
aupg_src/sql:
_test_setup.sql (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/aupg/aupg_src/sql/_test_setup.sql.diff?r1=1.2&r2=1.3)
audit_infrastructure.sql (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/aupg/aupg_src/sql/audit_infrastructure.sql.diff?r1=1.4&r2=1.5)
test_infrastructure.sql (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/aupg/aupg_src/sql/test_infrastructure.sql.diff?r1=1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message User Kostas 2007-10-11 05:54:07 pgtreelib - pgtreelib:
Previous Message Bruce Momjian 2007-10-11 02:43:55 pgsql: Whitespace cleanup.