Re: Win32 Error descriptions + config

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Magnus Naeslund(f)" <mag(at)fbab(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Win32 Error descriptions + config
Date: 2002-04-18 04:29:33
Message-ID: 200204180429.g3I4TXE09705@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Your patch has been added to the PostgreSQL unapplied patches list at:

http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------

Magnus Naeslund(f) wrote:
> Hello!
>
> I'm at the win32 error messages once more.
> The DLL load thingy doesn't work on all win9x machines, so i made it go thru a lookup table instead, using the DLL as last resort.
> I also moved this out of the fe-misc.c file because of the size of the lookup table.
> Who knows, we might add more other win32 specific code there in the future.
>
> I also fixed a small typo in the pg_config.h.win32 that made the compiler complain about the gnu snprintf declaration.
>
> I tried to make this patch with psql coding style.
> I've successfully tested this on win2k and win98 and it works fine (i.e. the message shows on win98 too, it didn't with the old implementation).
>
> Let me know if there's anything you want me to change or if you won't accept the patch for any reason.
>
> Regards
>
> Magnus Naeslund
>
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> Programmer/Networker [|] Magnus Naeslund
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>
[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-04-18 04:32:17 Re: [PATCHES] A bug in gist code with fetch/move
Previous Message Bruce Momjian 2002-04-18 04:28:58 Re: ANSI Compliant Inserts