pgsql: Ignore blank lines in pgindent exclude files - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Ignore blank lines in pgindent exclude files
Date
Msg-id E1tl9ap-000KaY-09@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8e4d72573cc8b8bdc081661c0a3a76d6573eaa38

Modified Files
--------------
src/tools/pgindent/pgindent | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: cirrus: Temporarily fix libcurl link error
Next
From: Jeff Davis
Date:
Subject: pgsql: Trial fix for old cross-version upgrades.