pgsql: Add relallfrozen to pg_dump statistics.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add relallfrozen to pg_dump statistics.
Date: 2025-03-31 05:15:23
Message-ID: E1tz7UZ-001sjc-0a@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add relallfrozen to pg_dump statistics.

Author: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
Discussion: https://postgr.es/m/CADkLM=desCuf3dVHasADvdUVRmb-5gO0mhMO5u9nzgv6i7U86Q@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4694aedf63bf5b5d91f766cb6d6d6d14a9e4434b

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 42 +++++++++++++++++++++-----
src/bin/pg_dump/pg_dump.h | 1 +
src/bin/pg_dump/t/002_pg_dump.pl | 3 +-
src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm | 5 +++
4 files changed, 43 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2025-03-31 06:28:44 pgsql: Inline CRC computation for small fixed-length input on x86
Previous Message Andres Freund 2025-03-30 23:41:40 pgsql: Enable IO concurrency on all systems