pgsql: Document a gotcha that happens on Windows when using libpq's new

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document a gotcha that happens on Windows when using libpq's new
Date: 2008-11-14 22:58:51
Message-ID: 20081114225851.70C937545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-11-15 19:43:47 pgsql: Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having
Previous Message Magnus Hagander 2008-11-14 22:12:37 pgsql: Exclude contrib/intagg from the list of MSVC project files to be