[COMMITTERS] pgsql: Downgrade subscription refresh messages to DEBUG1

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Downgrade subscription refresh messages to DEBUG1
Дата
Msg-id E1dehve-00024j-Rn@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Ashutosh Sharma
Дата:
Сообщение: Re: [COMMITTERS] pgsql: hash: Immediately after a bucket split, tryto clean the old buc
Следующее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Improve wording of subscription refresh debug messages