diff options
Diffstat (limited to 'contrib/postgres_fdw')
-rw-r--r-- | contrib/postgres_fdw/deparse.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/postgres_fdw/deparse.c b/contrib/postgres_fdw/deparse.c index d7d9b9c77d2..322138dd0cd 100644 --- a/contrib/postgres_fdw/deparse.c +++ b/contrib/postgres_fdw/deparse.c @@ -1716,9 +1716,6 @@ deparseRelabelType(RelabelType *node, deparse_expr_cxt *context) /* * Deparse a BoolExpr node. - * - * Note: by the time we get here, AND and OR expressions have been flattened - * into N-argument form, so we'd better be prepared to deal with that. */ static void deparseBoolExpr(BoolExpr *node, deparse_expr_cxt *context) |