pgsql: Document a gotcha that happens on Windows when using libpq's new - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Document a gotcha that happens on Windows when using libpq's new
Date
Msg-id 20081114225851.70C937545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Document a gotcha that happens on Windows when using libpq's new event
procedure support: it's possible to get confused because exported procedures
have two different addresses.  Per Andrew Chernow.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        libpq.sgml (r1.269 -> r1.270)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml?r1=1.269&r2=1.270)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Exclude contrib/intagg from the list of MSVC project files to be
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having