diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-03-10 17:34:01 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-03-10 17:34:09 -0400 |
commit | c8e8b2f9dfee21fa4ef1ec7da5c10e6ef706df36 (patch) | |
tree | eaec8141ecab7066bd1d205680f311da4bd99370 /src/backend/utils/mb/stringinfo_mb.c | |
parent | d1e241c22602a5369b54e29b7430553445f6a52b (diff) | |
download | postgresql-c8e8b2f9dfee21fa4ef1ec7da5c10e6ef706df36.tar.gz postgresql-c8e8b2f9dfee21fa4ef1ec7da5c10e6ef706df36.zip |
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.
Diffstat (limited to 'src/backend/utils/mb/stringinfo_mb.c')
-rw-r--r-- | src/backend/utils/mb/stringinfo_mb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/mb/stringinfo_mb.c b/src/backend/utils/mb/stringinfo_mb.c index c153b770076..791a667daea 100644 --- a/src/backend/utils/mb/stringinfo_mb.c +++ b/src/backend/utils/mb/stringinfo_mb.c @@ -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. */ |