Re: pgsql: pg_upgrade: prevent automatic oid assignment

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: pg_upgrade: prevent automatic oid assignment
Date: 2014-08-26 14:08:04
Message-ID: 20140826140804.GH14956@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, Aug 26, 2014 at 01:25:45AM -0400, Tom Lane wrote:
> Bruce Momjian <bruce(at)momjian(dot)us> writes:
> > pg_upgrade: prevent automatic oid assignment
>
> One or another of these pg_upgrade changes broke the Windows build.

Yeah, it was a PGDLLIMPORT, already fixed.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ Everyone has their own god. +

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2014-08-26 15:05:05 pgsql: Fix superuser concurrent refresh of matview owned by another.
Previous Message Andres Freund 2014-08-26 13:28:16 pgsql: Mark IsBinaryUpgrade as PGDLLIMPORT to fix windows builds after