Re: 8.4 win32 shared memory patch - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: 8.4 win32 shared memory patch
Date
Msg-id 9837222c0908050231l11d3d2c8yc1a067bba9c8c31b@mail.gmail.com
Whole thread Raw
In response to Re: 8.4 win32 shared memory patch  ("Kevin Field" <kevinjamesfield@gmail.com>)
List pgsql-hackers
On Tue, Aug 4, 2009 at 19:13, Kevin Field<kevinjamesfield@gmail.com> wrote:
>> On Sat, Aug 1, 2009 at 20:30, Kevin Field<kevinjamesfield@gmail.com>
>> wrote:
>> >> > 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.
>> >
>> > The two files (new and old exe) have identical permissions.
>>
>> That's just weird. It could be that the postgres executable won't
>> work
>> - maybe because of some DLL issue. Can you run "postgres -V" on the
>> executable, or does that give you some error?
>
> It reports the version correctly.  Sorry...any other ideas?

Irrk. I think it's time to break out Process Monitor
(http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx) and
get a trace of exactly what call is failing, and how.


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


pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: ECPG support for struct in INTO list
Next
From: Boszormenyi Zoltan
Date:
Subject: Re: ECPG support for struct in INTO list