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 <[email protected]> Reported-by: Dagfinn Ilmari Mannsåker <[email protected]> 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(-)
