summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
diff options
context:
space:
mode:
authorPeter Eisentraut2022-09-24 22:38:35 +0000
committerPeter Eisentraut2022-09-24 22:41:25 +0000
commit26f7802beb2a4aafa0903f5bedeb7f1fa6f4f358 (patch)
treedc9a4b176f6a37ca32b2667deb5e635196a0d70f /src/backend/postmaster
parenta6bc3301925e1a8ad1f58da629b9dd55bc4b8d9c (diff)
Message style improvements
Diffstat (limited to 'src/backend/postmaster')
-rw-r--r--src/backend/postmaster/pgarch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/postmaster/pgarch.c b/src/backend/postmaster/pgarch.c
index 6ce361707d7..3868cd7bd35 100644
--- a/src/backend/postmaster/pgarch.c
+++ b/src/backend/postmaster/pgarch.c
@@ -851,7 +851,7 @@ LoadArchiveLibrary(void)
if (archive_init == NULL)
ereport(ERROR,
- (errmsg("archive modules have to declare the _PG_archive_module_init symbol")));
+ (errmsg("archive modules have to define the symbol %s", "_PG_archive_module_init")));
(*archive_init) (&ArchiveContext);