[COMMITTERS] pgsql: psql: conditionally display oids and replication identity

2014-04-15 Thread Bruce Momjian
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. Branch -- m

Re: [COMMITTERS] pgsql: psql: conditionally display oids and replication identity

2014-04-15 Thread Tom Lane
Bruce Momjian writes: > psql: conditionally display oids and replication identity Buildfarm isn't terribly pleased with this --- looks like you missed contrib/test_decoding/ regards, tom lane -- Sent via pgsql-committers mailing list ([email protected]) T

[COMMITTERS] pgsql: contrib/test_decoding: fix regression test for psql oid display

2014-04-15 Thread Bruce Momjian
contrib/test_decoding: fix regression test for psql oid display changes Missed in previous commit Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/ab76d8e9d672c661fe8ce4d9405dc8956b8ece9d Modified Files -- contrib/test_decoding/expected/ddl.out |4 --

Re: [COMMITTERS] pgsql: psql: conditionally display oids and replication identity

2014-04-15 Thread Bruce Momjian
On Tue, Apr 15, 2014 at 02:32:53PM -0400, Tom Lane wrote: > Bruce Momjian writes: > > psql: conditionally display oids and replication identity > > Buildfarm isn't terribly pleased with this --- looks like you missed > contrib/test_decoding/ Fixed. I added a personal script option that allows m