Re: dblink_build_sql_update versus dropped columns

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Joe Conway <mail@joeconway.com>
Cc: pgsql-hackers@postgreSQL.org
Date: 2010-06-14T18:54:57Z
Lists: pgsql-hackers
Joe Conway <mail@joeconway.com> writes:
> I didn't even think people were using those functions for many years
> since I never heard any complaints. I'd say better to not backpatch
> changes to logical ordering, but FWIW the attached at least fixes the
> immediate bug in head and ought to work at least a few branches.

[squint...]  This doesn't appear to me to fix the problem.  You really
need the query-construction loops to track logical and physical numbers
separately.

			regards, tom lane