regression test fix

From: nconway(at)klamath(dot)dyndns(dot)org (Neil Conway)
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: regression test fix
Date: 2002-07-25 03:40:43
Message-ID: 20020725034043.GA18133@klamath.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

This patch fixes in intermittent failure in the regression tests:
there was a race condition between the "alter_table" and "rules"
regression tests. Depending on scheduling, sometimes an ALTER
TABLE command would operate on a relation created by the "rules"
tests, leading to unexpected results.

Cheers,

Neil

--
Neil Conway <neilconway(at)rogers(dot)com>
PGP Key ID: DB3C29FC

Attachment Content-Type Size
alter_table_reg_test.patch text/plain 2.5 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2002-07-25 07:00:48 Re: Proposal: anonymous composite types for Table Functions
Previous Message Christopher Kings-Lynne 2002-07-25 02:14:28 Re: Proposal: anonymous composite types for Table Functions (aka SRFs)