Re: Typos in the code and README - Mailing list pgsql-hackers

From Alexander Lakhin
Subject Re: Typos in the code and README
Date
Msg-id e5167b2b-81ff-4ade-adcc-70814ce162c6@gmail.com
Whole thread Raw
In response to Re: Typos in the code and README  (Michael Paquier <michael@paquier.xyz>)
List 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)

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Typos in the code and README
Next
From: Andrew Dunstan
Date:
Subject: Re: disabled SSL log_like tests