index e541b16bdbe11916f6287e14e93803ee0e53baa0..81cb585891b9e02e2b103b7ff25be87255fb09c7 100644 (file)
* since there is no way to connect to the database in this case.
*/
ereport(FATAL,
- (errmsg("could not load pg_hba.conf")));
+ /* translator: %s is a configuration file */
+ (errmsg("could not load %s", HbaFileName)));
}
if (!load_ident())
{
if (!load_hba())
ereport(LOG,
/* translator: %s is a configuration file */
- (errmsg("%s was not reloaded", "pg_hba.conf")));
+ (errmsg("%s was not reloaded", HbaFileName)));
if (!load_ident())
ereport(LOG,
- (errmsg("%s was not reloaded", "pg_ident.conf")));
+ (errmsg("%s was not reloaded", IdentFileName)));
#ifdef USE_SSL
/* Reload SSL configuration as well */
index 29f70accb22753c03078714480b02bc738ac3789..0d557a8684b58ac4f0c586a52cd55f4ff5cf1ddc 100644 (file)
* since there is no way to connect to the database in this case.
*/
ereport(FATAL,
- (errmsg("could not load pg_hba.conf")));
+ /* translator: %s is a configuration file */
+ (errmsg("could not load %s", HbaFileName)));
}
if (!load_ident())