diff options
Diffstat (limited to 'src/port/quotes.c')
-rw-r--r-- | src/port/quotes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/quotes.c b/src/port/quotes.c index 29770c7a00e..94b63b9bb64 100644 --- a/src/port/quotes.c +++ b/src/port/quotes.c @@ -19,7 +19,7 @@ * Escape (by doubling) any single quotes or backslashes in given string * * Note: this is used to process postgresql.conf entries and to quote - * string literals in pg_basebackup for creating recovery.conf. + * string literals in pg_basebackup for writing the recovery configuration. * Since postgresql.conf strings are defined to treat backslashes as escapes, * we have to double backslashes here. * |