pg_ctl vs. Windows locking - Mailing list pgsql-hackers-win32

From Andrew Dunstan
Subject pg_ctl vs. Windows locking
Date
Msg-id 40CCC220.3070004@dunslane.net
Whole thread Raw
Responses Re: pg_ctl vs. Windows locking  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers-win32
pg_ctl seems to be working for Windows now, except that there are occasional Windows file locking issues, especially on
restart- see below. 

cheers

andrew


C:\msys\1.0\local\pgsql>bin\pg_ctl -D data -l logfile restart
waiting for postmaster to shut down....done
postmaster stopped
postmaster starting

C:\msys\1.0\local\pgsql>
C:\msys\1.0\local\pgsql>
C:\msys\1.0\local\pgsql>
C:\msys\1.0\local\pgsql>
C:\msys\1.0\local\pgsql>bin\pg_ctl -D data -l logfile restart
waiting for postmaster to shut down....done
postmaster stopped
The process cannot access the file because it is being used by another process.
Unable to run the postmaster binary


pgsql-hackers-win32 by date:

Previous
From: Martin Kanich
Date:
Subject: Installer
Next
From: Bruce Momjian
Date:
Subject: Re: pg_ctl vs. Windows locking