pgsql: Doc: update src/tools/pgindent/README for current practice.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: update src/tools/pgindent/README for current practice.
Date: 2024-05-15 23:02:29
Message-ID: E1s7Ndm-000P9p-5O@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-05-16 00:17:05 pgsql: doc: Mention more variant --name=value of -c name=value for post
Previous Message Daniel Gustafsson 2024-05-15 20:54:39 pgsql: Fix query result leak during binary upgrade