Re: Improve join_search_one_level readibilty (one line change)
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Julien Rouhaud <rjuju123@gmail.com>
Cc: 謝東霖 <douenergy@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>, tndrwang@gmail.com
Date: 2023-06-07T02:58:39Z
Lists: pgsql-hackers
Julien Rouhaud <rjuju123@gmail.com> writes: > I'm glad I could help! Thanks for creating the cf entry. Note however that > the cfbot ignores files with a .txt extension (I don't think it's > documented but it will mostly handle files with diff, patch, gz(ip), tar > extensions IIRC, processing them as needed depending on the extension), Documented in the cfbot FAQ: https://wiki.postgresql.org/wiki/Cfbot#Which_attachments_are_considered_to_be_patches.3F which admittedly is a page a lot of people don't know about. regards, tom lane
Commits
-
Tidy up join_search_one_level code
- 6c00d2c9d4c5 17.0 landed