On Wed, Oct 29, 2014 at 10:44 AM, Romu Hu <huruomu@xxxxxxxxx> 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@xxxxxxxxxx> 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 -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general