mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Minor spell checking
This commit is contained in:
parent
97a11fd0e3
commit
d7eb6f46de
1 changed files with 1 additions and 1 deletions
|
|
@ -678,7 +678,7 @@ WalRcvFetchTimeLineHistoryFiles(TimeLineID first, TimeLineID last)
|
|||
if (strcmp(fname, expectedfname) != 0)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_PROTOCOL_VIOLATION),
|
||||
errmsg_internal("primary reported unexpected filename for timeline history file of timeline %u",
|
||||
errmsg_internal("primary reported unexpected file name for timeline history file of timeline %u",
|
||||
tli)));
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue