Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

pgsql: Fix dblink_build_sql_insert() and related functions to handle - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix dblink_build_sql_insert() and related functions to handle
Date
Msg-id 20100615190415.DCD217541D4@cvs.postgresql.org
Whole thread Raw
List 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.

Modified Files:
--------------
    pgsql/contrib/dblink:
        dblink.c (r1.96 -> r1.97)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.96&r2=1.97)
    pgsql/contrib/dblink/expected:
        dblink.out (r1.29 -> r1.30)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/expected/dblink.out?r1=1.29&r2=1.30)
    pgsql/contrib/dblink/sql:
        dblink.sql (r1.23 -> r1.24)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/sql/dblink.sql?r1=1.23&r2=1.24)

pgsql-committers by date:

Previous
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Document new 9.0 behavior of ANALYZE on inheritance hierarchies.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix dblink_build_sql_insert() and related functions to handle