1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-24 06:01:07 +03:00

Rename pg_upgrade 'log' to 'log_opts', to avoid platform naming conflict.

This commit is contained in:
Bruce Momjian
2010-10-20 02:31:17 +00:00
parent 3325c9bddb
commit 691a67b922
8 changed files with 48 additions and 48 deletions

View File

@@ -192,7 +192,7 @@ map_rel_by_id(Oid oldid, Oid newid,
void
print_maps(FileNameMap *maps, int n, const char *dbName)
{
if (log.debug)
if (log_opts.debug)
{
int mapnum;
@@ -277,7 +277,7 @@ get_db_and_rel_infos(DbInfoArr *db_arr, Cluster whichCluster)
get_rel_infos(&db_arr->dbs[dbnum],
&db_arr->dbs[dbnum].rel_arr, whichCluster);
if (log.debug)
if (log_opts.debug)
dbarr_print(db_arr, whichCluster);
}