On Tue, Dec 8, 2015 at 6:16 AM, Etsuro Fujita <[email protected]> wrote: > Attached is a small patch to adjust a comment in setrefs.c; in > set_foreignscan_references, fdw_recheck_quals also gets adjusted to > reference foreign scan tuple, in case of a foreign join, so I added > "etc.", to a comment there, as the comment in case of a simple foreign > table scan.
Doesn't apply any more. I suppose we could sync up the similar comments in set_customscan_references() too. But to be honest I'm not sure this is adding any clarity. "etc." may not be the least informative thing you can put in a comment, but it's pretty close. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
