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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Document a gotcha that happens on Windows when using libpq's new
Дата
Msg-id 20081114225851.70C937545A4@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Exclude contrib/intagg from the list of MSVC project files to be
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having