pgsql: Doc: update src/tools/pgindent/README for current practice. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: update src/tools/pgindent/README for current practice.
Date
Msg-id E1s7Ndm-000P9p-5O@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: update src/tools/pgindent/README for current practice.

This README explains how to run pgindent, but it was written
for our former practice of running pgindent only infrequently.
Nowadays the plan is to keep the tree indent-clean all the time,
so the typical thing is to do an incremental pgindent run with
each commit.  Revise to explain that as the normal case, and
the infrequent full-on process as a separate thing.

For now, pgperltidy is still a run-it-infrequently item.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3c03ee1a39c0f808cb261a207b6d465c606598bf

Modified Files
--------------
src/tools/pgindent/README | 79 +++++++++++++++++++++++++++--------------------
1 file changed, 45 insertions(+), 34 deletions(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix query result leak during binary upgrade
Next
From: Michael Paquier
Date:
Subject: pgsql: doc: Mention more variant --name=value of -c name=value for post