pgsql: Fix dblink_build_sql_insert() and related functions to handle

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix dblink_build_sql_insert() and related functions to handle
Дата
Msg-id 20100615190459.DAF1D7541D4@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix dblink_build_sql_insert() and related functions to handle dropped
columns correctly.  In passing, get rid of some dead logic in the
underlying get_sql_insert() etc functions --- there is no caller that
will pass null value-arrays to them.

Per bug report from Robert Voinea.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/contrib/dblink:
        dblink.c (r1.25.4.11 -> r1.25.4.12)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.25.4.11&r2=1.25.4.12)
    pgsql/contrib/dblink/expected:
        dblink.out (r1.11.2.3 -> r1.11.2.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/expected/dblink.out?r1=1.11.2.3&r2=1.11.2.4)
    pgsql/contrib/dblink/sql:
        dblink.sql (r1.10.4.2 -> r1.10.4.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/sql/dblink.sql?r1=1.10.4.2&r2=1.10.4.3)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix dblink_build_sql_insert() and related functions to handle
Следующее
От: rhaas@postgresql.org (Robert Haas)
Дата:
Сообщение: pgsql: Remove hstore's text[] => text[] operator.