Content-Length: 287862 | pFad | http://github.com/postgrespro/postgres/commit/4f362926692631a67cd76b747f92389c8f63478e

C6 Add quotes to messages · postgrespro/postgres@4f36292 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/4f362926692631a67cd76b747f92389c8f63478e

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy