pgsql/src/interfaces/libpq fe-misc.c - Mailing list pgsql-committers

From Marc G. Fournier
Subject pgsql/src/interfaces/libpq fe-misc.c
Date
Msg-id 200109060252.f862q0644456@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    scrappy@hub.org    01/09/05 22:52:00

Modified files:
    src/interfaces/libpq: fe-misc.c

Log message:
    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.

    Magnus Naeslund(f)


pgsql-committers by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: pgsql/src/backend/access/transam xlog.c
Next
From: "Marc G. Fournier"
Date:
Subject: pgsql/src/interfaces/jdbc/org/postgresql jdbc2 ...