pgsql: Fix dblink_get_result() as reported by Oleksiy Shchukin.

Поиск
Список
Период
Сортировка
От joe@postgresql.org (Joe Conway)
Тема pgsql: Fix dblink_get_result() as reported by Oleksiy Shchukin.
Дата
Msg-id 20090602032156.E8CA375331E@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix dblink_get_result() as reported by Oleksiy Shchukin. Refactor a bit
while we're at it per request by Tom Lane. Specifically, don't try to
perform dblink_send_query() via dblink_record_internal() -- it was
inappropriate and ugly.

Modified Files:
--------------
    pgsql/contrib/dblink:
        dblink.c (r1.77 -> r1.78)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.77&r2=1.78)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Change AdjustIntervalForTypmod to not discard higher-order field
Следующее
От: heikki@postgresql.org (Heikki Linnakangas)
Дата:
Сообщение: pgsql: Only recycle normal files in pg_xlog as WAL segments.