mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Minor spell checking
This commit is contained in:
parent
97a11fd0e3
commit
d7eb6f46de
@ -678,7 +678,7 @@ WalRcvFetchTimeLineHistoryFiles(TimeLineID first, TimeLineID last)
|
|||||||
if (strcmp(fname, expectedfname) != 0)
|
if (strcmp(fname, expectedfname) != 0)
|
||||||
ereport(ERROR,
|
ereport(ERROR,
|
||||||
(errcode(ERRCODE_PROTOCOL_VIOLATION),
|
(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)));
|
tli)));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user