pgsql: Improve writing map.dat preamble

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve writing map.dat preamble
Date: 2026-03-04 21:12:04
Message-ID: E1vxtVk-002Phb-1X@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve writing map.dat preamble

Fix code from commit 763aaa06f03

Suggestion from Alvaro Herrera following a bug discovered by Coverity.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c7572cd48d393d16b57461cf954ae06c084ca2ee

Modified Files
--------------
src/bin/pg_dump/pg_dumpall.c | 26 +++++++++++---------------
1 file changed, 11 insertions(+), 15 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2026-03-04 21:58:19 pgsql: pg_restore: add --no-globals option to skip globals
Previous Message Andrew Dunstan 2026-03-04 20:54:12 pgsql: Fix casting away const-ness in pg_restore.c