]> granicus.if.org Git - postgresql/commit
Consolidate and improve checking of key-column-attnum arguments for
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 Jun 2010 16:22:51 +0000 (16:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 Jun 2010 16:22:51 +0000 (16:22 +0000)
commit943676ceece087136a249de3844e9366d23a20cc
treebb07b6aac3b17248a72d9552a684115a4ba3118b
parentc83c22d05327805d4014088e70ae20d0284e7adf
Consolidate and improve checking of key-column-attnum arguments for
dblink_build_sql_insert() and related functions.  In particular, be sure to
reject references to dropped and out-of-range column numbers.  The numbers
are still interpreted as physical column numbers, though, for backward
compatibility.

This patch replaces Joe's patch of 2010-02-03, which handled only some aspects
of the problem.
contrib/dblink/dblink.c
contrib/dblink/expected/dblink.out