pgsql: Message style improvements

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Message style improvements
Date: 2025-08-28 07:17:05
Message-ID: E1urWsa-0022KR-1u@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Message style improvements

An improvement pass over the new stats import functionality.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/80f11061323499ef2d07af32ae993473115ca176

Modified Files
--------------
src/backend/statistics/attribute_stats.c | 25 +++++++------
src/backend/statistics/relation_stats.c | 2 +-
src/backend/statistics/stat_utils.c | 14 +++----
src/test/regress/expected/stats_import.out | 60 +++++++++++++++---------------
4 files changed, 52 insertions(+), 49 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2025-08-28 13:21:24 pgsql: Avoid including commands/dbcommands.h in so many places
Previous Message Andres Freund 2025-08-27 23:16:07 pgsql: aio: Stop using enum bitfields due to bad code generation