| 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-0022KT-1w@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
------
REL_18_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/663eecb5b6166b1a41276819affa38ba27951b5e
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(-)
| 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 |