pg_ctl restart failed on Win32

From: Yoshiyuki Asaba <y-asaba(at)sra(dot)co(dot)jp>
To: pgsql-patches(at)postgresql(dot)org
Subject: pg_ctl restart failed on Win32
Date: 2004-09-06 08:31:40
Message-ID: 20040906.173140.41637105.y-asaba@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hi,

I tried to execute "pg_ctl -D data restart" on Windows XP, but I got
the following message:

C:\msys\1.0\home\y-asaba>pg_ctl -D data restart
waiting for postmaster to shut down...LOG: received smart shutdown request.
LOG: shutting down
LOG: database system is shut down
done
postmaster stopped

postmaster starting

C:\msys\1.0\home\y-asaba>postmaster.exe: invalid argument: "'-D'"
Try "postmaster.exe --help" for more information.

Attache patches for this problem.

--
Yoshiyuki Asaba
y-asaba(at)sra(dot)co(dot)jp

Attachment Content-Type Size
unknown_filename text/plain 312 bytes
unknown_filename text/plain 281 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Weiping 2004-09-06 16:02:53 fix for pg_dump (caused by array output syntax changes)
Previous Message Tom Lane 2004-09-06 03:05:31 Re: Change "recycled transaction log" from LOG to DEBUG1