Comment nitpicking in predicate_refuted_by_recurse() - Mailing list pgsql-hackers

From Amit Langote
Subject Comment nitpicking in predicate_refuted_by_recurse()
Date
Msg-id 559E0C4F.20903@lab.ntt.co.jp
Whole thread Raw
List 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

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Implementation of global temporary tables?
Next
From: Heikki Linnakangas
Date:
Subject: Re: Fix to expose a GUC variable, Log_disconnections, to outside of postgres.c