1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

Misc message style and doc fixes.

Euler Taveira
This commit is contained in:
Heikki Linnakangas
2014-05-15 14:49:11 +03:00
parent a82a17475d
commit ff810b4928
5 changed files with 25 additions and 26 deletions

View File

@@ -139,7 +139,7 @@ libpqrcv_identify_system(TimeLineID *primary_tli)
PQclear(res);
ereport(ERROR,
(errmsg("invalid response from primary server"),
errdetail("Could not identify system: Got %d rows and %d fields, expected %d rows and %d or more fields.",
errdetail("Could not identify system: got %d rows and %d fields, expected %d rows and %d or more fields.",
ntuples, nfields, 3, 1)));
}
primary_sysid = PQgetvalue(res, 0, 0);