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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user