@@ -2356,7 +2356,7 @@ struct config_int ConfigureNamesInt[] =
23562356{
23572357{"commit_timestamp_buffers" ,PGC_POSTMASTER ,RESOURCES_MEM ,
23582358gettext_noop ("Sets the size of the dedicated buffer pool used for the commit timestamp cache." ),
2359- gettext_noop ("Specify 0 to have this value determined as a fraction of shared_buffers." ),
2359+ gettext_noop ("Specify 0 to have this value determined as a fraction of\" shared_buffers\" ." ),
23602360GUC_UNIT_BLOCKS
23612361},
23622362& commit_timestamp_buffers ,
@@ -2411,7 +2411,7 @@ struct config_int ConfigureNamesInt[] =
24112411{
24122412{"subtransaction_buffers" ,PGC_POSTMASTER ,RESOURCES_MEM ,
24132413gettext_noop ("Sets the size of the dedicated buffer pool used for the subtransaction cache." ),
2414- gettext_noop ("Specify 0 to have this value determined as a fraction of shared_buffers." ),
2414+ gettext_noop ("Specify 0 to have this value determined as a fraction of\" shared_buffers\" ." ),
24152415GUC_UNIT_BLOCKS
24162416},
24172417& subtransaction_buffers ,
@@ -2422,7 +2422,7 @@ struct config_int ConfigureNamesInt[] =
24222422{
24232423{"transaction_buffers" ,PGC_POSTMASTER ,RESOURCES_MEM ,
24242424gettext_noop ("Sets the size of the dedicated buffer pool used for the transaction status cache." ),
2425- gettext_noop ("Specify 0 to have this value determined as a fraction of shared_buffers." ),
2425+ gettext_noop ("Specify 0 to have this value determined as a fraction of\" shared_buffers\" ." ),
24262426GUC_UNIT_BLOCKS
24272427},
24282428& transaction_buffers ,
@@ -2942,7 +2942,7 @@ struct config_int ConfigureNamesInt[] =
29422942{
29432943{"wal_buffers" ,PGC_POSTMASTER ,WAL_SETTINGS ,
29442944gettext_noop ("Sets the number of disk-page buffers in shared memory for WAL." ),
2945- gettext_noop ("Specify -1 to have this value determined as a fraction of shared_buffers." ),
2945+ gettext_noop ("Specify -1 to have this value determined as a fraction of\" shared_buffers\" ." ),
29462946GUC_UNIT_XBLOCKS
29472947},
29482948& XLOGbuffers ,
@@ -3068,7 +3068,7 @@ struct config_int ConfigureNamesInt[] =
30683068{"log_min_duration_sample" ,PGC_SUSET ,LOGGING_WHEN ,
30693069gettext_noop ("Sets the minimum execution time above which "
30703070"a sample of statements will be logged."
3071- " Sampling is determined by log_statement_sample_rate." ),
3071+ " Sampling is determined by\" log_statement_sample_rate\" ." ),
30723072gettext_noop ("Zero logs a sample of all queries. -1 turns this feature off." ),
30733073GUC_UNIT_MS
30743074},