BUG #3502: pg_ctl register translates \ to /

From: "Marc Frappier" <marc(dot)frappier(at)usherbrooke(dot)ca>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3502: pg_ctl register translates \ to /
Date: 2007-07-31 15:07:42
Message-ID: 200707311507.l6VF7gUN080511@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 3502
Logged by: Marc Frappier
Email address: marc(dot)frappier(at)usherbrooke(dot)ca
PostgreSQL version: 8.2.4
Operating system: windows XP
Description: pg_ctl register translates \ to /
Details:

I'm creating a windows service using the following command

"C:\Program Files\PostgreSQL\8.2\bin\pg_ctl.exe" register -N
"pgsql-8.2-test" -U bdpostgres -P "xx" -D "C:\data"

The created service is defined using / instead of \; hence it does not work
when I try to start it.

Here is the command executed by the generated service

C:/Program Files/PostgreSQL/8.2/bin/pg_ctl.exe runservice -N
"pgsql-8.2-test" -D "C:/data"

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2007-07-31 19:55:31 Re: BUG #3494: may be Query Error: subplan does not executed
Previous Message Tom Lane 2007-07-31 14:17:21 Re: BUG #3494: may be Query Error: subplan does not executed