regression: pass with no default WITH OIDS - Mailing list pgsql-patches

From Neil Conway
Subject regression: pass with no default WITH OIDS
Date
Msg-id 1106269760.22946.258.camel@localhost.localdomain
Whole thread Raw
Responses Re: regression: pass with no default WITH OIDS  (Neil Conway <neilc@samurai.com>)
List 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

pgsql-patches by date:

Previous
From: "Dave Page"
Date:
Subject: Re: [pgsql-hackers-win32] pg_autovacuum fails to start - 8.0 Release
Next
From: Neil Conway
Date:
Subject: Re: WIP: pl/pgsql cleanup