pgsql-server: > > Another issue is that when installing the Postgres

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: > > Another issue is that when installing the Postgres
Date: 2004-08-28 21:01:38
Message-ID: 20040828210138.031F25E46EE@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
> > Another issue is that when installing the Postgres service with
> > "pg_ctl register -w ...." the "-w" parameter was not put in
> the registry "ImagePath"
> > value for the Postgres service. (I added it manually to test.) So I
> > suspect that "pg_ctl register" will need to be enhanced to add the
> > "-w" parameter to the registry settings.

Dave Page

Modified Files:
--------------
pgsql-server/src/bin/pg_ctl:
pg_ctl.c (r1.25 -> r1.26)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.25&r2=1.26)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-08-28 21:05:27 pgsql-server: Rearrange order of operations in heap_drop_with_catalog
Previous Message Bruce Momjian 2004-08-28 21:00:35 pgsql-server: Use dynamic buffer for token buffer in win32 admin check