diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2019-04-16 10:37:44 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2019-04-18 08:56:32 +0200 |
commit | f993bacdea7a8e8ebd9806f82302b18fb5eef71b (patch) | |
tree | 92f7f66097b810bee254679fd7f2feecef7e998a /contrib/postgres_fdw/postgres_fdw.c | |
parent | e13b6a4387a8d7241ee6ee23701069c4053f073c (diff) | |
download | postgresql-f993bacdea7a8e8ebd9806f82302b18fb5eef71b.tar.gz postgresql-f993bacdea7a8e8ebd9806f82302b18fb5eef71b.zip |
Fix handling of temp and unlogged tables in FOR ALL TABLES publications
If a FOR ALL TABLES publication exists, temporary and unlogged tables
are ignored for publishing changes. But CheckCmdReplicaIdentity()
would still check in that case that such a table has a replica
identity set before accepting updates. To fix, have
GetRelationPublicationActions() return that such a table publishes no
actions.
Discussion: https://www.postgresql.org/message-id/f3f151f7-c4dd-1646-b998-f60bd6217dd3@2ndquadrant.com
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions