mirror of
https://github.com/postgres/postgres.git
synced 2026-03-13 14:14:09 -04:00
Fix grammar in log message of pg_restore.c
Introduced by 1495eff7bd.
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
1 changed files with 1 additions and 1 deletions
|
|
@ -1254,7 +1254,7 @@ restore_all_databases(PGconn *conn, const char *dumpdirpath,
|
|||
}
|
||||
|
||||
/* 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. */
|
||||
simple_oid_string_list_destroy(&dbname_oid_list);
|
||||
|
|
|
|||
Loading…
Reference in a new issue