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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Check to ensure the number of primary key fields supplied does
Date: 2010-02-04 00:14:57
Message-ID: 13806.1265242497@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

joe(at)postgresql(dot)org (Joe Conway) writes:
> 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.

Just for the record, we stopped maintaining 7.3 quite some time ago;
there's not really any point in backpatching that branch. No harm
done of course, but I think you wasted your time.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-02-04 00:19:28 pgsql: Three out of four of us like this phrasing better.
Previous Message Tom Lane 2010-02-04 00:09:14 pgsql: Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so