| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp> |
| Cc: | Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: typo fix |
| Date: | 2018-11-20 05:13:25 |
| Message-ID: | 20181120051325.GK4400@paquier.xyz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Tue, Nov 20, 2018 at 02:00:39PM +0900, Amit Langote wrote:
> It seems to me that EquivalenceClass, the struct/type name, has been
> misspelled as 'EquivalenceClasses' a couple of times in the comment above
> its definition.
EquivalenceClasses stands for the plural of EquivalenceClass. So
thinking like that...
> - * EquivalenceClasses
> + * EquivalenceClass
... This is fine.
> - * We also use EquivalenceClasses as the base structure for PathKeys, letting
> + * We also use EquivalenceClass as the base structure for PathKeys, letting
... But not that.
--
Michael
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Haribabu Kommi | 2018-11-20 05:26:33 | Re: New function pg_stat_statements_reset_query() to reset statistics of a specific query |
| Previous Message | Michael Paquier | 2018-11-20 05:07:44 | Re: [HACKERS] Restricting maximum keep segments by repslots |