regression: pass with no default WITH OIDS

From: Neil Conway <neilc(at)samurai(dot)com>
To: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: regression: pass with no default WITH OIDS
Date: 2005-01-21 01:09:20
Message-ID: 1106269760.22946.258.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

This patch updates the regression tests to allow "make installcheck" to
pass if "default_with_oids" is set to false. I took the approach of
explicitly adding WITH OIDS to the CREATE TABLEs where necessary, rather
than tweaking the default_with_oids GUC var.

Barring any objections, I intend to apply this to HEAD and REL8_0_STABLE
today or tomorrow.

-Neil

Attachment Content-Type Size
regression_with_no_oids-1.patch text/x-patch 10.3 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2005-01-21 01:09:41 Re: WIP: pl/pgsql cleanup
Previous Message Dave Page 2005-01-20 16:23:47 Re: pg_autovacuum fails to start - 8.0 Release