Re: 8.4 win32 shared memory patch

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Kevin Field <kevinjamesfield(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 8.4 win32 shared memory patch
Date: 2009-07-31 17:51:28
Message-ID: 9837222c0907311051h30ddcd28waa27b84c219caec5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jul 31, 2009 at 19:29, Kevin Field<kevinjamesfield(at)gmail(dot)com> wrote:
>>     > %t LOG:  received fast shutdown request
>>     > %t LOG:  aborting any active transactions
>>     > %t LOG:  autovacuum launcher shutting down
>>     > %t LOG:  shutting down
>>     > %t LOG:  database system is shut down
>>     >
>>     > That's the entire file.  Attempting to start the service, I
>> > almost
>>     > immediately get an error 1067, the process terminated
>> > unexpectedly.
>>
>>     If there is nothing in the logfile (make sure you're looking at
>> the
>>     correct one - it may have created a new one), check the Windows
>>     Eventlog. That's where we'll put data if the issues show up
>> before we
>>     have started the logger.
>
>
> The event viewer says:
>
> The description for Event ID ( 0 ) in Source ( PostgreSQL ) cannot be
> found. The local computer may not have the necessary registry
> information or message DLL files to display messages from a remote
> computer. You may be able to use the /AUXSOURCE= flag to retrieve this
> description; see Help and Support for details. The following
> information is part of the event: pg_ctl: could not find postgres
> program executable
>
> And yes, I renamed it correctly...

Check permissions on it. If you moved it at some point, it may have
the wrong permissions. They should be the same as for the other .EXEs
in that directory.

--
Magnus Hagander
Self: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message daveg 2009-07-31 19:24:48 Re: Review: Revise parallel pg_restore's scheduling heuristic
Previous Message Tom Lane 2009-07-31 17:40:23 Re: Revised signal multiplexer patch