mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Minor spell checking
This commit is contained in:
@ -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)));
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user