Add csvlog output for the new query_id value

Bruce Momjian <bruce@momjian.us>

Commit: f57a2f5e03054ade221e554c70e628e1ffae1b66
Author: Bruce Momjian <bruce@momjian.us>
Date: 2021-04-08T02:30:30Z
Releases: 14.0
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

Files

PathChange+/−
doc/src/sgml/config.sgml modified +3 −1
doc/src/sgml/file-fdw.sgml modified +2 −1
src/backend/utils/error/elog.c modified +8 −4

Documentation touched