From 6be84eeb8d5a72014b1b6e44d0646f69531a1ccf Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Mon, 14 Mar 2016 14:27:11 -0400 Subject: Update more comments for 96198d94cb7adc664bda341842dc8db671d8be72. Etsuro Fujita, reviewed (though not completely endorsed) by Ashutosh Bapat, and slightly expanded by me. --- contrib/postgres_fdw/postgres_fdw.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'contrib/postgres_fdw/postgres_fdw.c') diff --git a/contrib/postgres_fdw/postgres_fdw.c b/contrib/postgres_fdw/postgres_fdw.c index 40bffd6f6cb..aa745f237e2 100644 --- a/contrib/postgres_fdw/postgres_fdw.c +++ b/contrib/postgres_fdw/postgres_fdw.c @@ -3349,10 +3349,8 @@ postgresImportForeignSchema(ImportForeignSchemaStmt *stmt, Oid serverOid) * * 1) Join type is INNER or OUTER (one of LEFT/RIGHT/FULL) * 2) Both outer and inner portions are safe to push-down - * 3) All foreign tables in the join belong to the same foreign server and use - * the same user mapping. - * 4) All join conditions are safe to push down - * 5) No relation has local filter (this can be relaxed for INNER JOIN, if we + * 3) All join conditions are safe to push down + * 4) No relation has local filter (this can be relaxed for INNER JOIN, if we * can move unpushable clauses upwards in the join tree). */ static bool -- cgit v1.2.3