Re: [BUGS] BUG #1224: Restarting postgres appends extra -D argument

2004-08-28 Thread Bruce Momjian
Bruce Momjian wrote: > > I can confirm this bug report now. I see it happens with: > > pg_ctl -D /u/pg/data restart > > You have to use '-D' and 'restart' to cause -D to duplicate in > postmaster.opts on every restart. It should be fixed because excessive > restarts could exceed the maxi

Re: [BUGS] BUG #1224: Restarting postgres appends extra -D argument

2004-08-19 Thread Bruce Momjian
Momjian" <[EMAIL PROTECTED]> > To: "David Maggard" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Wednesday, August 18, 2004 9:15 PM > Subject: Re: [BUGS] BUG #1224: Restarting postgres appends extra -D argument > > > > > > I

Re: [BUGS] BUG #1224: Restarting postgres appends extra -D argument

2004-08-18 Thread Bruce Momjian
I can't reproduce this problem on 7.4.4, and I don't see any changes that were made between 7.4.3 to 7.4.4. We had this bug, but it was fixed in 2001. The pg_ctl arguments are kept in /data/postmaster.opts. Can you show a reproducable test case?