@@ -2356,7 +2356,7 @@ struct config_int ConfigureNamesInt[] =
2356
2356
{
2357
2357
{"commit_timestamp_buffers" , PGC_POSTMASTER , RESOURCES_MEM ,
2358
2358
gettext_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\" ." ),
2360
2360
GUC_UNIT_BLOCKS
2361
2361
},
2362
2362
& commit_timestamp_buffers ,
@@ -2411,7 +2411,7 @@ struct config_int ConfigureNamesInt[] =
2411
2411
{
2412
2412
{"subtransaction_buffers" , PGC_POSTMASTER , RESOURCES_MEM ,
2413
2413
gettext_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\" ." ),
2415
2415
GUC_UNIT_BLOCKS
2416
2416
},
2417
2417
& subtransaction_buffers ,
@@ -2422,7 +2422,7 @@ struct config_int ConfigureNamesInt[] =
2422
2422
{
2423
2423
{"transaction_buffers" , PGC_POSTMASTER , RESOURCES_MEM ,
2424
2424
gettext_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\" ." ),
2426
2426
GUC_UNIT_BLOCKS
2427
2427
},
2428
2428
& transaction_buffers ,
@@ -2942,7 +2942,7 @@ struct config_int ConfigureNamesInt[] =
2942
2942
{
2943
2943
{"wal_buffers" , PGC_POSTMASTER , WAL_SETTINGS ,
2944
2944
gettext_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\" ." ),
2946
2946
GUC_UNIT_XBLOCKS
2947
2947
},
2948
2948
& XLOGbuffers ,
@@ -3068,7 +3068,7 @@ struct config_int ConfigureNamesInt[] =
3068
3068
{"log_min_duration_sample" , PGC_SUSET , LOGGING_WHEN ,
3069
3069
gettext_noop ("Sets the minimum execution time above which "
3070
3070
"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\" ." ),
3072
3072
gettext_noop ("Zero logs a sample of all queries. -1 turns this feature off." ),
3073
3073
GUC_UNIT_MS
3074
3074
},
0 commit comments