1
0
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:
Peter Eisentraut 2013-05-30 20:56:58 -04:00
parent 97a11fd0e3
commit d7eb6f46de

View File

@ -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)));
/* /*