pgsql: Fix bug per Oleksiy Shchukin - 2nd argument for

Поиск
Список
Период
Сортировка
От joe@postgresql.org (Joe Conway)
Тема pgsql: Fix bug per Oleksiy Shchukin - 2nd argument for
Дата
Msg-id 20090103195754.93C80754A03@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix bug per Oleksiy Shchukin - 2nd argument for dblink_get_result(text,bool)
is PG_GETARG_BOOL(2), should be PG_GETARG_BOOL(1).

Apply simple fix to back branches only. More extensive change to be applied
to head per Tom's suggestion.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
    pgsql/contrib/dblink:
        dblink.c (r1.69.2.1 -> r1.69.2.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.69.2.1&r2=1.69.2.2)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Create a "shmem_startup_hook" to be called at the end of shared
Следующее
От: joe@postgresql.org (Joe Conway)
Дата:
Сообщение: pgsql: Fix bug per Oleksiy Shchukin - 2nd argument for