pgsql: Fix minor breakage to regression tests induced in previous commit

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix minor breakage to regression tests induced in previous commit
Date: 2005-04-07 03:29:02
Message-ID: 20050407032902.77CE853AF6@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix minor breakage to regression tests induced in previous commit -- I had
updated the expected/ output, not the output/ output. Apologies.

Modified Files:
--------------
pgsql/src/test/regress/output:
misc.source (r1.42 -> r1.43)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/output/misc.source.diff?r1=1.42&r2=1.43)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2005-04-07 03:31:42 pgsql: Minor documentation tweak.
Previous Message Neil Conway 2005-04-07 01:51:42 pgsql: Add a "USING" clause to DELETE, which is equivalent to the FROM