pgsql: Downgrade subscription refresh messages to DEBUG1

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Downgrade subscription refresh messages to DEBUG1
Date: 2017-08-07 13:18:42
Message-ID: E1dehve-00024j-Rn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6f81306e4d1716bdf19aa8629b4004966918c56e

Modified Files
--------------
src/backend/commands/subscriptioncmds.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-08-07 13:46:03 pgsql: Improve wording of subscription refresh debug messages
Previous Message Ashutosh Sharma 2017-08-07 12:33:32 Re: pgsql: hash: Immediately after a bucket split, try to clean the old buc