Comment nitpicking in predicate_refuted_by_recurse()

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Comment nitpicking in predicate_refuted_by_recurse()
Date: 2015-07-09 05:53:19
Message-ID: 559E0C4F.20903@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Attached find patch that makes certain comments in
predicate_refuted_by_recurse() clearer, for example:

- * AND-clause R=> AND-clause if A refutes any of B's items
+ * AND-clause A R=> AND-clause B if A refutes any of B's items

The comment above the function is written using the latter style so adopt
the same style inside the function.

Thanks,
Amit

Attachment Content-Type Size
comment-nitpicking-in-predicate_refuted_by_recurse.patch text/x-diff 2.7 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-07-09 06:30:00 Re: Fix to expose a GUC variable, Log_disconnections, to outside of postgres.c
Previous Message Pavel Stehule 2015-07-09 05:45:06 Re: Implementation of global temporary tables?