-Previously, such updates ran delete actions on the source partition and insert actions on the target partition. PostgreSQL will now run update actions on the partition root.
+Previously, such updates ran delete actions on the source partition and insert actions on the target partition. PostgreSQL will now run update actions on the referenced partition root.
-
-
-
-Add SQL functions to monitor the directory contents of replication slots (Bharath Rupireddy)
-
-
-Specifically, the functions are pg_ls_logicalsnapdir(), pg_ls_logicalmapdir(), and pg_ls_replslotdir(). They can be run by members of the predefined pg_monitor role.
-
-
-
+
+
+Add SQL functions to monitor the directory contents of logical replication slots (Bharath Rupireddy)
+
+
+Specifically, the functions are pg_ls_logicalsnapdir(), pg_ls_logicalmapdir(), and pg_ls_replslotdir(). They can be run by members of the predefined pg_monitor role.
+
+
+
+
+
+
+
+
+Allow subscribers to stop logical replication application on error (Osumi Takamichi, Mark Dilger)
+
+
+This is enabled with the subscriber option "disable_on_error" and avoids possible infinite loops during stream application.
+
+
+