mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Marginal comments and docs cleanup.
Fix up some imprecise comments and poor markup from ba79cb5dc. Also try
to convert the documentation of log_min_duration_sample and friends into
passable English.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
/*
|
||||
* appendStringInfoStringQuoted
|
||||
*
|
||||
* Append up to maxlen characters from s to str, or the whole input string if
|
||||
* Append up to maxlen bytes from s to str, or the whole input string if
|
||||
* maxlen <= 0, adding single quotes around it and doubling all single quotes.
|
||||
* Add an ellipsis if the copy is incomplete.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user