[COMMITTERS] pgsql: Downgrade subscription refresh messages to DEBUG1 - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Downgrade subscription refresh messages to DEBUG1
Date
Msg-id E1dehve-00024j-Rn@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Ashutosh Sharma
Date:
Subject: Re: [COMMITTERS] pgsql: hash: Immediately after a bucket split, tryto clean the old buc
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Improve wording of subscription refresh debug messages