pgsql: Improve wording of subscription refresh debug messages

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve wording of subscription refresh debug messages
Date: 2017-08-07 13:46:03
Message-ID: E1deiM7-0002ds-JV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve wording of subscription refresh debug messages

Reported-by: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ad2ca3cba6e14dbd7b9f388b1e101cd5e2a2c210

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-08-07 13:50:33 pgsql: Fix function name in code comment
Previous Message Peter Eisentraut 2017-08-07 13:18:42 pgsql: Downgrade subscription refresh messages to DEBUG1