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-0005RA-LY@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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b2f95c34f4e6ab1585af6f10d9d1351978ef15f7

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


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Mark views created from tables as replication identity 'nothing'
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Make hstore_plperl's build more like plperl's