Re: [PATCH] Win32 errno a little bit safer

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, pgsql-hackers(at)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: [PATCH] Win32 errno a little bit safer
Date: 2001-09-03 20:31:31
Message-ID: 200109032031.f83KVVe18954@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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.

> Hello, i just reviewed the win32 errno patch and i saw that maybe i didn't
> really played it totally safe in my last suggestion, the system table might
> pick up the msg but not the netmsg.dll, so better try both.
> I also added a hex printout of the "errno" appended to all messages, that's
> nicer.
>
> If anyone hate my coding style, or that i'm using goto constructs, just tell
> me, and i'll rework it into a nested if () thing.
>
> Patch attached.
>
> Magnus
>
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> Programmer/Networker [|] Magnus Naeslund
> PGP Key: http://www.genline.nu/mag_pgp.txt
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

--
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-hackers by date

  From Date Subject
Next Message Florian Weimer 2001-09-03 20:59:54 Re: Re: Escaping strings for inclusion into SQL queries
Previous Message Tom Lane 2001-09-03 20:30:31 Re: Porting to Native WindowsNT/2000

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-09-03 20:55:21 Re: libpgtcl.dll
Previous Message Bruce Momjian 2001-09-03 20:29:17 Re: Patch for pl/tcl Tcl_ExternalToUtf and Tcl_UtfToExternal