Re: [BUGS] BUG #7815: Upgrading PostgreSQL from 9.1 to 9.2 with pg_upgrade/postgreql-setup fails - invalid status retrieve

2013-01-18 Thread Tom Lane
Bruce Momjian writes: > On Sat, Jan 19, 2013 at 12:02:31AM -0500, Tom Lane wrote: >> In the meantime, I was wondering a bit why pg_upgrade looks at the >> postmaster.pid file at all. > The reason we check for postmaster.pid is so we can give the user a clue > about which postmaster is running. [

Re: [BUGS] BUG #7815: Upgrading PostgreSQL from 9.1 to 9.2 with pg_upgrade/postgreql-setup fails - invalid status retrieve

2013-01-18 Thread Bruce Momjian
On Sat, Jan 19, 2013 at 12:02:31AM -0500, Tom Lane wrote: > Bruce Momjian writes: > > On Fri, Jan 18, 2013 at 10:19:48PM +, gio...@gmail.com wrote: > >> https://bugzilla.redhat.com/show_bug.cgi?id=896161 > >> Upgrading PostgreSQL from 9.1 to 9.2 with pg_upgrade/postgreql-setup fails > >> with

Re: [BUGS] BUG #7815: Upgrading PostgreSQL from 9.1 to 9.2 with pg_upgrade/postgreql-setup fails - invalid status retrieve

2013-01-18 Thread Tom Lane
Bruce Momjian writes: > On Fri, Jan 18, 2013 at 10:19:48PM +, gio...@gmail.com wrote: >> https://bugzilla.redhat.com/show_bug.cgi?id=896161 >> Upgrading PostgreSQL from 9.1 to 9.2 with pg_upgrade/postgreql-setup fails >> with invalid message "There seems to be a postmaster servicing the old >>

Re: [BUGS] BUG #7815: Upgrading PostgreSQL from 9.1 to 9.2 with pg_upgrade/postgreql-setup fails - invalid status retrieve

2013-01-18 Thread Bruce Momjian
On Fri, Jan 18, 2013 at 10:19:48PM +, gio...@gmail.com wrote: > The following bug has been logged on the website: > > Bug reference: 7815 > Logged by: George Machitidze > Email address: gio...@gmail.com > PostgreSQL version: 9.2.2 > Operating system: Fedora 18 Linux > Desc

[BUGS] BUG #7815: Upgrading PostgreSQL from 9.1 to 9.2 with pg_upgrade/postgreql-setup fails - invalid status retrieve

2013-01-18 Thread giomac
The following bug has been logged on the website: Bug reference: 7815 Logged by: George Machitidze Email address: gio...@gmail.com PostgreSQL version: 9.2.2 Operating system: Fedora 18 Linux Description: https://bugzilla.redhat.com/show_bug.cgi?id=896161 Upgrading Pos

Re: [BUGS] BUG #7814: Rotation of the log is not carried out.

2013-01-18 Thread bricklen
On Fri, Jan 18, 2013 at 3:26 AM, Tsunezumi wrote: > > I installed ordinarily. > I did not correct postgresql.conf. > > Installation Directory > C:\PostgreSQL\9.2 > > Data Directory > C:\PostgreSQL\9.2\data > > locale > C Please post the results of the following query: SELECT 'version'::text

Re: [BUGS] BUG #7814: Rotation of the log is not carried out.

2013-01-18 Thread Tsunezumi
I installed ordinarily. I did not correct postgresql.conf. Installation Directory C:\PostgreSQL\9.2 Data Directory C:\PostgreSQL\9.2\data locale C I do not have this problem on PostgreSQL 9.1.7. On Thu, 17 Jan 2013 16:57:53 -0500 "Kevin Grittner" wrote: > tsunez...@efficlabo.com w