pgsql: Add relallfrozen to pg_dump statistics. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Add relallfrozen to pg_dump statistics.
Date
Msg-id E1tz7UZ-001sjc-0a@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add relallfrozen to pg_dump statistics.

Author: Corey Huinker <corey.huinker@gmail.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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Enable IO concurrency on all systems
Next
From: John Naylor
Date:
Subject: pgsql: Inline CRC computation for small fixed-length input on x86