pgsql: Ignore blank lines in pgindent exclude files

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Ignore blank lines in pgindent exclude files
Date: 2025-02-20 16:40:05
Message-ID: E1tl9ap-000KaY-09@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)parragi(at)percona(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2025-02-20 18:30:44 pgsql: Trial fix for old cross-version upgrades.
Previous Message Daniel Gustafsson 2025-02-20 15:47:40 pgsql: cirrus: Temporarily fix libcurl link error