mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
The old pattern would match files with strange extensions like *.ry or *.lpp. Refactor it to only include files with known extensions, and to make it more readable. Per Andrew Dunstan's suggestion.