Re: [BUGS] Need guidance on regression.diffs - Mailing list pgsql-general

From Michael Paquier
Subject Re: [BUGS] Need guidance on regression.diffs
Date
Msg-id CAB7nPqQV=uygLLfZai4=EXa7CAdRFmuTZ4aZPmTs4b7rgeoUpw@mail.gmail.com
Whole thread Raw
In response to Re: Need guidance on regression.diffs  (Romu Hu <huruomu@gmail.com>)
Responses Re: [BUGS] Need guidance on regression.diffs  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Wed, Oct 29, 2014 at 10:44 AM, Romu Hu <huruomu@gmail.com> wrote:
> I ran the test against an existing installation (redhat enterprise linux
> software collection postgresql92).  The postgres server and the tests are
> from the same source package.
Well, your diffs are telling us the contrary. The additional columns
of \d+ have been added by this commit which is a new feature of
Postgres 9.4, introduced by this commit:

commit: 4168c00a5d9c0c0c17cdfc902587b6d22ea1720f
author: Bruce Momjian <bruce@momjian.us>
date: Tue, 15 Apr 2014 13:28:54 -0400
psql: conditionally display oids and replication identity

In psql \d+, display oids only when they exist, and display replication
identity only when it is non-default.  Also document the defaults for
replication identity for system and non-system tables.  Update
regression output.

So you may be indeed running the tests on a 9.2 server, but what is
sure is that you are comparing the results with the regression output
of a 9.4 server.
Regards,
--
Michael


pgsql-general by date:

Previous
From: David G Johnston
Date:
Subject: Re: Query optimization
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] Need guidance on regression.diffs