Ignore blank lines in pgindent exclude files

Andrew Dunstan <andrew@dunslane.net>

Commit: 8e4d72573cc8b8bdc081661c0a3a76d6573eaa38
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2025-02-20T16:36:07Z
Releases: 18.0
Ignore blank lines in pgindent exclude files

Currently a blank line matches everything, which is almost never what
someone would want. If they really want that they can use a wildcard
regex to do it.

Author: Zsolt Parragi <zsolt.parragi@percona.com>

Discussion: https://postgr.es/m/CAN4CZFNka+2q3=-Dithr4w65RJfwPaV92T62spEzLn+T4MgcMg@mail.gmail.com

Files

PathChange+/−
src/tools/pgindent/pgindent modified +1 −1

Discussion