On Wed, Mar 13, 2019 at 02:43:39PM +0300, Sergei Kornilov wrote: > Seems good. And I think we need backpath this check to pg11. similar > to cross-version compatibility checks
+ fprintf(stderr, _("%s: data directory block size %d is different to compiled-in block size %d.\n"), + progname, ControlFile->blcksz, BLCKSZ); The error message looks grammatically a bit weird to me. What about the following? Say: "database block size of %u is different from supported block size of %u." Better ideas are welcome. Please note that hose integers are unsigned by the way. -- Michael
signature.asc
Description: PGP signature