Skip to content

Commit 4f36292

Browse files
committed
Add quotes to messages
1 parent 36f697c commit 4f36292

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/replication/basebackup.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ perform_base_backup(basebackup_options *opt, DIR *tblspcdir)
314314
char startfname[MAXFNAMELEN];
315315
XLogFileName(startfname, ThisTimeLineID, startsegno);
316316
ereport(ERROR,
317-
(errmsg("could not find WAL file %s", startfname)));
317+
(errmsg("could not find WAL file \"%s\"", startfname)));
318318
}
319319
for (i = 0; i < nWalFiles; i++)
320320
{
@@ -327,15 +327,15 @@ perform_base_backup(basebackup_options *opt, DIR *tblspcdir)
327327
char nextfname[MAXFNAMELEN];
328328
XLogFileName(nextfname, ThisTimeLineID, nextsegno);
329329
ereport(ERROR,
330-
(errmsg("could not find WAL file %s", nextfname)));
330+
(errmsg("could not find WAL file \"%s\"", nextfname)));
331331
}
332332
}
333333
if (segno != endsegno)
334334
{
335335
char endfname[MAXFNAMELEN];
336336
XLogFileName(endfname, ThisTimeLineID, endsegno);
337337
ereport(ERROR,
338-
(errmsg("could not find WAL file %s", endfname)));
338+
(errmsg("could not find WAL file \"%s\"", endfname)));
339339
}
340340

341341
/* Ok, we have everything we need. Send the WAL files. */

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy