Fix grammar in log message of pg_restore.c
Introduced by 1495eff7bdb0. Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com> Discussion: https://postgr.es/m/20250407.151359.72428746612514925.horikyota.ntt@gmail.com
This commit is contained in:
parent
2c7bd2ba50
commit
d6f118444d
@ -1254,7 +1254,7 @@ restore_all_databases(PGconn *conn, const char *dumpdirpath,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Log number of processed databases. */
|
/* Log number of processed databases. */
|
||||||
pg_log_info("number of restored databases are %d", num_db_restore);
|
pg_log_info("number of restored databases is %d", num_db_restore);
|
||||||
|
|
||||||
/* Free dbname and dboid list. */
|
/* Free dbname and dboid list. */
|
||||||
simple_oid_string_list_destroy(&dbname_oid_list);
|
simple_oid_string_list_destroy(&dbname_oid_list);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user