pgsql: Mark views created from tables as replication identity 'nothing'

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Mark views created from tables as replication identity 'nothing'
Date: 2015-05-01 17:03:32
Message-ID: E1YoELc-0005RB-Ld@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Mark views created from tables as replication identity 'nothing'

pg_dump turns tables into views using a method that was not setting
pg_class.relreplident properly.

Patch by Marko Tiikkaja

Backpatch through 9.4

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/70fac48446b3966050b73f6461e1404549672a8f

Modified Files
--------------
src/backend/rewrite/rewriteDefine.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2015-05-01 19:41:00 pgsql: Make hstore_plperl's build more like plperl's
Previous Message Robert Haas 2015-05-01 13:38:50 pgsql: Deparse named arguments to use the new => operator instead of :=