pgsql: Adjust check_for_isn_and_int8_passing_mismatch() so it is called

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust check_for_isn_and_int8_passing_mismatch() so it is called
Date: 2010-07-25 03:47:33
Message-ID: 20100725034733.3558B7541D5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Adjust check_for_isn_and_int8_passing_mismatch() so it is called for all
migrations.

Backpatch to 9.0.

Tags:
----
REL9_0_STABLE

Modified Files:
--------------
pgsql/contrib/pg_upgrade:
check.c (r1.11.2.2 -> r1.11.2.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_upgrade/check.c?r1=1.11.2.2&r2=1.11.2.3)
pg_upgrade.h (r1.15 -> r1.15.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_upgrade/pg_upgrade.h?r1=1.15&r2=1.15.2.1)
version_old_8_3.c (r1.6.2.1 -> r1.6.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_upgrade/version_old_8_3.c?r1=1.6.2.1&r2=1.6.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2010-07-25 08:30:41 pgsql: Add INSERT statement to example so that it can be reproduced
Previous Message Bruce Momjian 2010-07-25 03:47:29 pgsql: Adjust check_for_isn_and_int8_passing_mismatch() so it is called