pgsql: Check to ensure the number of primary key fields supplied does - Mailing list pgsql-committers

From joe@postgresql.org (Joe Conway)
Subject pgsql: Check to ensure the number of primary key fields supplied does
Date
Msg-id 20100203230228.13A387541B9@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Check to ensure the number of primary key fields supplied does not
exceed the total number of non-dropped source table fields for
dblink_build_sql_*(). Addresses bug report from Rushabh Lathia.

Backpatch all the way to the 7.3 branch.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/contrib/dblink:
        dblink.c (r1.25.4.6 -> r1.25.4.7)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.25.4.6&r2=1.25.4.7)
    pgsql/contrib/dblink/expected:
        dblink.out (r1.11.2.1 -> r1.11.2.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/expected/dblink.out?r1=1.11.2.1&r2=1.11.2.2)
    pgsql/contrib/dblink/sql:
        dblink.sql (r1.10.4.1 -> r1.10.4.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/sql/dblink.sql?r1=1.10.4.1&r2=1.10.4.2)

pgsql-committers by date:

Previous
From: joe@postgresql.org (Joe Conway)
Date:
Subject: pgsql: Check to ensure the number of primary key fields supplied does
Next
From: joe@postgresql.org (Joe Conway)
Date:
Subject: pgsql: Check to ensure the number of primary key fields supplied does