mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Message style improvements
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user