| From: | tgl(at)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Fix dblink_build_sql_insert() and related functions to handle |
| Date: | 2010-06-15 19:04:34 |
| Message-ID: | 20100615190434.C41DA7541D4@cvs.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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:
----
REL8_2_STABLE
Modified Files:
--------------
pgsql/contrib/dblink:
dblink.c (r1.60.2.9 -> r1.60.2.10)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.60.2.9&r2=1.60.2.10)
pgsql/contrib/dblink/expected:
dblink.out (r1.18.2.3 -> r1.18.2.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/expected/dblink.out?r1=1.18.2.3&r2=1.18.2.4)
pgsql/contrib/dblink/sql:
dblink.sql (r1.16.2.2 -> r1.16.2.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/sql/dblink.sql?r1=1.16.2.2&r2=1.16.2.3)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2010-06-15 19:04:45 | pgsql: Fix dblink_build_sql_insert() and related functions to handle |
| Previous Message | Tom Lane | 2010-06-15 19:04:28 | pgsql: Fix dblink_build_sql_insert() and related functions to handle |