pgsql: Add csvlog output for the new query_id value - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Add csvlog output for the new query_id value
Date
Msg-id E1lUKRN-0004Xy-AP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add csvlog output for the new query_id value

This also adjusts the printf format for query id used by log_line_prefix
(%Q).

Reported-by: Justin Pryzby

Discussion: https://postgr.es/m/20210408005402.GG24239@momjian.us

Author: Julien Rouhaud, Bruce Momjian

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/config.sgml       |  4 +++-
doc/src/sgml/file-fdw.sgml     |  3 ++-
src/backend/utils/error/elog.c | 12 ++++++++----
3 files changed, 13 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Teach VACUUM to bypass unnecessary index vacuuming.
Next
From: Tom Lane
Date:
Subject: pgsql: Allow psql's \df and \do commands to specify argument types.