pgsql: logging: Also add the command prefix to detail and hint messages

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: logging: Also add the command prefix to detail and hint messages
Date: 2022-05-30 05:30:01
Message-ID: E1nvXya-001ooc-OG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

logging: Also add the command prefix to detail and hint messages

This makes the output line up better and allows filtering messages by
command.

Discussion: https://www.postgresql.org/message-id/ba6d4fac-9e33-91f9-94fb-1e4c144a48b9@enterprisedb.com

Branch
------
master

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

Modified Files
--------------
src/bin/pg_dump/t/003_pg_dump_with_server.pl | 2 +-
src/common/logging.c | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-05-30 18:05:32 pgsql: Make STRING an unreserved_keyword.
Previous Message Amit Kapila 2022-05-30 03:06:12 Re: pgsql: Extend pg_publication_tables to display column list and row filt