diff options
Diffstat (limited to 'src/backend/postmaster/pgarch.c')
-rw-r--r-- | src/backend/postmaster/pgarch.c | 2 |
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); |