pgsql: Check to ensure the number of primary key fields supplied does

From: joe(at)postgresql(dot)org (Joe Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Check to ensure the number of primary key fields supplied does
Date: 2010-02-03 23:01:23
Message-ID: 20100203230123.3106A7541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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:
----
REL8_4_STABLE

Modified Files:
--------------
pgsql/contrib/dblink:
dblink.c (r1.82.2.1 -> r1.82.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.82.2.1&r2=1.82.2.2)
pgsql/contrib/dblink/expected:
dblink.out (r1.25 -> r1.25.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/expected/dblink.out?r1=1.25&r2=1.25.2.1)
pgsql/contrib/dblink/sql:
dblink.sql (r1.21 -> r1.21.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/sql/dblink.sql?r1=1.21&r2=1.21.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Joe Conway 2010-02-03 23:01:34 pgsql: Check to ensure the number of primary key fields supplied does
Previous Message Joe Conway 2010-02-03 23:01:12 pgsql: Check to ensure the number of primary key fields supplied does