You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Update the built-in logical replication system to make use of thepreviously added logical decoding for TRUNCATE support. Add therequired truncate callback to pgoutput and a new logical replicationprotocol message.Publications get a new attribute to determine whether to replicatetruncate actions. When updating a publication via pg_dump from an olderversion, this is not set, thus preserving the previous behavior.Author: Simon Riggs <simon@2ndquadrant.com>Author: Marco Nenciarini <marco.nenciarini@2ndquadrant.it>Author: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>Reviewed-by: Petr Jelinek <petr.jelinek@2ndquadrant.com>Reviewed-by: Andres Freund <andres@anarazel.de>Reviewed-by: Alvaro Herrera <alvherre@alvh.no-ip.org>