pgsql: Split PruneFreezeParams initializers to one field per line

From: Melanie Plageman <melanieplageman(at)gmail(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Split PruneFreezeParams initializers to one field per line
Date: 2025-11-20 22:37:56
Message-ID: E1vMDHo-000XTH-0l@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Split PruneFreezeParams initializers to one field per line

This conforms more closely with the style of other struct initializers
in the code base. Initializing multiple fields on a single line is
unpopular in part because pgindent won't permit a space after the comma
before the next field's period.

Author: Melanie Plageman <melanieplageman(at)gmail(dot)com>
Reported-by: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
Discussion: https://postgr.es/m/87see87fnq.fsf%40wibble.ilmari.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1e14edcea5e1a122d4bf76d30fc963715e4dfe5e

Modified Files
--------------
src/backend/access/heap/pruneheap.c | 10 +++++++---
src/backend/access/heap/vacuumlazy.c | 10 +++++++---
2 files changed, 14 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Masahiko Sawada 2025-11-20 22:51:52 pgsql: Use "COPY table TO" for partitioned tables in initial table sync
Previous Message Bruce Momjian 2025-11-20 20:24:00 pgsql: tools: update tools/codelines to use "git ls-files"