pgsql: Mark views created from tables as replication identity 'nothing' - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Mark views created from tables as replication identity 'nothing'
Date
Msg-id E1YoELc-0005RB-Ld@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Deparse named arguments to use the new => operator instead of :=
Next
From: Bruce Momjian
Date:
Subject: pgsql: Mark views created from tables as replication identity 'nothing'