Обсуждение: pgsql-server/src/interfaces/libpq fe-protocol3.c

Поиск
Список
Период
Сортировка

pgsql-server/src/interfaces/libpq fe-protocol3.c

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/08/12 18:34:44

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

Log message:
    Cope with NoData message from backend.  Needed for case where
    PQexecParams is used with a statement that doesn't return data.