Re: Typos in the code and README

From: Alexander Lakhin <exclusion(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Daniel Gustafsson <daniel(at)yesql(dot)se>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, David Rowley <dgrowleyml(at)gmail(dot)com>
Subject: Re: Typos in the code and README
Date: 2025-04-19 11:00:00
Message-ID: e5167b2b-81ff-4ade-adcc-70814ce162c6@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello Michael,

19.04.2025 13:04, Michael Paquier wrote:
> Good finds, Alexander, particularly for the set of function and
> variable names used in the comments that do not match with the
> reality. I've checked all these, and they're good for me.

Thank you for your attention to this!

>> GIN_TUPLE_ -> GIN_TUPLE_H
> This one is interested. It should be harmless in practice, but it
> could cause conflicts in theory.
> --

I've included it in the collection because of:
#ifndef GIN_TUPLE_
...
#endif                                                   /* GIN_TUPLE_H */

Best regards,
Alexander Lakhin
Neon (https://neon.tech)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2025-04-19 11:47:26 Re: disabled SSL log_like tests
Previous Message Michael Paquier 2025-04-19 10:04:28 Re: Typos in the code and README