1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-08 00:47:37 +03:00

Message style improvements

This commit is contained in:
Peter Eisentraut
2024-08-27 16:54:10 +02:00
parent 203b5ceee8
commit 0be079ec97
6 changed files with 11 additions and 11 deletions

View File

@@ -449,7 +449,7 @@ make_incremental_rfile(char *filename)
/* Read and validate magic number. */
read_bytes(rf, &magic, sizeof(magic));
if (magic != INCREMENTAL_MAGIC)
pg_fatal("file \"%s\" has bad incremental magic number (0x%x not 0x%x)",
pg_fatal("file \"%s\" has bad incremental magic number (0x%x, expected 0x%x)",
filename, magic, INCREMENTAL_MAGIC);
/* Read block count. */