pgsql: Mention jsonlog in description of logging_collector in GUC table - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Mention jsonlog in description of logging_collector in GUC table
Date
Msg-id E1tePmP-004vAy-Ik@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Mention jsonlog in description of logging_collector in GUC table

logging_collector was only mentioning stderr and csvlog, and forgot
about jsonlog.  Oversight in dc686681e079, that has added support for
jsonlog in log_destination.

While on it, the description in the GUC table is tweaked to be more
consistent with the documentation and postgresql.conf.sample.

Author: Umar Hayat
Reviewed-by: Ashutosh Bapat, Tom Lane
Discussion: https://postgr.es/m/CAD68Dp1K_vBYqBEukHw=1jF7e76t8aszGZTFL2ugi=H7r=a7MA@mail.gmail.com
Backpatch-through: 13

Branch
------
REL_14_STABLE

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

Modified Files
--------------
src/backend/utils/misc/guc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Rename GistTranslateStratnum() to GistTranslateCompareType()
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Move CompareType to separate header file