mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +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.