https://github.com/postgres/postgres
Revision 05d151e1382b969a618491486778a349a4857d9a authored by Peter Eisentraut on 16 April 2019, 08:37:44 UTC, committed by Peter Eisentraut on 18 April 2019, 07:58:21 UTC
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
1 parent fea2cab
History
Tip revision: 05d151e1382b969a618491486778a349a4857d9a authored by Peter Eisentraut on 16 April 2019, 08:37:44 UTC
Fix handling of temp and unlogged tables in FOR ALL TABLES publications
Tip revision: 05d151e
File Mode Size
config
contrib
doc
src
.dir-locals.el -rw-r--r-- 738 bytes
.gitattributes -rw-r--r-- 1.6 KB
.gitignore -rw-r--r-- 478 bytes
COPYRIGHT -rw-r--r-- 1.2 KB
GNUmakefile.in -rw-r--r-- 3.7 KB
HISTORY -rw-r--r-- 284 bytes
Makefile -rw-r--r-- 1.6 KB
README -rw-r--r-- 1.2 KB
README.git -rw-r--r-- 728 bytes
aclocal.m4 -rw-r--r-- 493 bytes
configure -rwxr-xr-x 495.8 KB
configure.in -rw-r--r-- 77.5 KB

README

back to top