Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd7260f9

Browse files
committed
Mention jsonlog in description of logging_collector in GUC table
logging_collector was only mentioning stderr and csvlog, and forgotabout jsonlog. Oversight indc68668, that has added support forjsonlog in log_destination.While on it, the description in the GUC table is tweaked to be moreconsistent with the documentation and postgresql.conf.sample.Author: Umar HayatReviewed-by: Ashutosh Bapat, Tom LaneDiscussion:https://postgr.es/m/CAD68Dp1K_vBYqBEukHw=1jF7e76t8aszGZTFL2ugi=H7r=a7MA@mail.gmail.comBackpatch-through: 13
1 parent71832a1 commitd7260f9

File tree

1 file changed

+1
-1
lines changed
  • src/backend/utils/misc

1 file changed

+1
-1
lines changed

‎src/backend/utils/misc/guc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1766,7 +1766,7 @@ static struct config_bool ConfigureNamesBool[] =
17661766
},
17671767
{
17681768
{"logging_collector",PGC_POSTMASTER,LOGGING_WHERE,
1769-
gettext_noop("Start a subprocess to capture stderr output and/orcsvlogs into log files."),
1769+
gettext_noop("Start a subprocess to capture stderr, csvlog and/orjsonlog into log files."),
17701770
NULL
17711771
},
17721772
&Logging_collector,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp