Re: fix for pg_upgrade - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: fix for pg_upgrade
Date
Msg-id 201109282314.p8SNEp506547@momjian.us
Whole thread Raw
In response to Re: fix for pg_upgrade  (panam <panam@gmx.net>)
List pgsql-hackers
panam wrote:
> Hi Bruce,
> 
> here is the file you asked for: 
> http://postgresql.1045698.n5.nabble.com/file/n4850735/pg_upgrade_logfile.txt
> pg_upgrade_logfile.txt 
> 

OK, I see it using -b to pg_ctl:
""C:\Program Files\PostgreSQL\9.1\bin/pg_ctl" -w -l "nul" -D "D:\applications\postgres\9.1" -o "-p 5432 -b" start >>
"nul"2>&1"
 

What I have to find out is whether this is passed to the individual
session processes.  I guess is no.

> I guess you are not addressing me here, right?
> > The server will need to 
> > be started with -b and this will disable autovacuum.  Can someone on 
> > Windows try this?

No, not really.  I think it is a software bug and I need guidance about
a solution.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +


pgsql-hackers by date:

Previous
From: Daniel Farina
Date:
Subject: Re: feature request: auto savepoint for interactive psql when in transaction.
Next
From: Jaime Casanova
Date:
Subject: Re: Updated version of pg_receivexlog