From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk> |
Cc: | leen(at)wirehub(dot)nl, PostgreSQL Win32 port list <pgsql-hackers-win32(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, pgsql-patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: [BUGS] pg_autovacuum in 8beta-dev3 small bug |
Date: | 2004-12-02 22:48:02 |
Message-ID: | 200412022248.iB2Mm2x13278@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-hackers-win32 pgsql-patches |
Patch applied. Thanks.
---------------------------------------------------------------------------
Dave Page wrote:
>
>
> > -----Original Message-----
> > From: pgsql-hackers-win32-owner(at)postgresql(dot)org
> > [mailto:pgsql-hackers-win32-owner(at)postgresql(dot)org] On Behalf
> > Of Bruce Momjian
> > Sent: 27 November 2004 04:33
> > To: leen(at)wirehub(dot)nl
> > Cc: PostgreSQL Win32 port list; PostgreSQL-development
> > Subject: Re: [pgsql-hackers-win32] [BUGS] pg_autovacuum in
> > 8beta-dev3 small bug
> >
> >
> > Can someone comment on this?
> >
> > --------------------------------------------------------------
> > -------------
> >
> > Leen Besselink wrote:
> > > Hi folks,
> > >
> > > 8.0beta3 has pg_autovacuum included, when I want to run this as a
> > > Windows service, it says you can use the -I and -R options.
> > >
> > > When I do that and I specify a password with '-P'
> > (uppercase) then in
> > > the registry it's saved as '-p' (lowercase) in the
> > service-commandline
> > > (ImagePath).
>
> This was fixed in v1.21 of pg_autovacuum.c, That rev is tagged for
> beta3, so you should not be seeing this issue unless you actually have
> an older version for some reason.
>
> http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_autovacuum/p
> g_autovacuum.c.diff?r1=1.20;r2=1.21;f=h
>
> > > Also it removes the quotes I added and I'm not so sure it
> > would work
> > > the way it's supposed to, without it.
>
> It's not so much that it strips them (that happens automagically), more
> that it doesn't re-add them when it writes the command line in the
> registry. The attached patch fixes that by simply quoting all options
> that may need it.
>
> > > If you add DependOnService (a REG_MULTI_SZ an
> > array-like-thingie) and
> > > have the name (in this case: pgsql-8.0-beta2-dev3) of a service it
> > > depends on, it will not fail to start (it will not even try, as
> > > PostgreSQL is not running), when PostgreSQL already failed.
> > >
> > > Maybe it's an idea to specify it on the commandline (what
> > service to
> > > depend on).
>
> A -E <service> option is added in the attached patch.
>
> Regards, Dave.
Content-Description: pg_autovacuum.diff
[ Attachment, skipping... ]
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-12-02 22:57:47 | Ready for RC1 |
Previous Message | Jim Seymour | 2004-12-02 22:44:20 | Re: Adding Reply-To: <listname> to Lists configuration ... |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-12-02 23:18:30 | Re: statistics process shutting down |
Previous Message | Merlin Moncure | 2004-12-02 20:12:45 | Re: [PERFORM] scalability issues on win32 |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-12-02 22:51:26 | Re: SQL conformance related patch |
Previous Message | Bruce Momjian | 2004-12-02 22:40:17 | Re: Archiver restart timer |