Downgrade subscription refresh messages to DEBUG1

Peter Eisentraut <peter_e@gmx.net>

Commit: 6f81306e4d1716bdf19aa8629b4004966918c56e
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-08-07T13:16:03Z
Releases: 10.0
Downgrade subscription refresh messages to DEBUG1

The NOTICE messages about tables being added or removed during
subscription refresh would be incorrect and possibly confusing if the
transaction rolls back, so silence them but keep them available for
debugging.

Discussion: https://www.postgresql.org/message-id/CAD21AoAvaXizc2h7aiNyK_i0FQSa-tmhpdOGwbhh7Jy544Ad4Q%40mail.gmail.com

Files

PathChange+/−
src/backend/commands/subscriptioncmds.c modified +2 −2

Discussion