public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schorm <mschorm@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rhdb-utils] rawhide: Rebase to 17.4
Date: Fri, 03 Jul 2026 08:11:39 GMT [thread overview]
Message-ID: <178306629918.1.12677068638396862607.rpms-rhdb-utils-018e6246e249@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rhdb-utils
Branch : rawhide
Commit : 018e6246e249856ecba316a7998c80c1dada1cc9
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-07-02T11:38:42+02:00
Stats : +8/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rhdb-utils/c/018e6246e249856ecba316a7998c80c1dada1cc9?branch=rawhide
Log:
Rebase to 17.4
'pg_filedump' is a standalone CLI tool for examining PostgreSQL heap/index
data files. Upstream version numbering tracks PostgreSQL releases.
Upstream changes (REL_16_0 -> REL_17_4, 35 commits, 5 releases):
- New GIN index support: meta page display, B-tree/pending list pages,
posting list decoding
- Numeric type fixes: fixed unaligned struct access (strict-alignment
architectures) and digits calculation that could output junk data
- TOAST improvements: chunks read in ascending order, filtered by OID,
prints toast type
- Memory: static 64KB buffers replaced with dynamic 'malloc()', removing
the 64KB value size limit; 'MaxAllocSize' raised to 1GB
- Alignment fixes: 8-byte types ('bigint', 'time', 'timetz') now use
'DOUBLEALIGN'; fix skipping over 4-byte varlena padding bytes
- 'LP_UNUSED' line pointers no longer attempted to be decoded
- Build: format strings changed from 'INT64_MODIFIER' to C99 'PRIu64'
(this is what caused the FTBFS with PostgreSQL 18 headers)
CLI interface: unchanged. All flags preserved, no output format changes.
PostgreSQL compatibility:
- Upstream version string claims "PostgreSQL 8.x .. 17.x" but CI matrix
actively tests against PG 10 through PG 18
- Builds and tests fine against PG 18.3 in Rawhide (confirmed via mockbuild)
ABI/API: not applicable — standalone binary, not a library.
Reverse dependencies: none.
Upgrade safety: safe. No CLI flag changes, no output format changes,
no library ABI to break. Drop-in replacement.
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/.gitignore b/.gitignore
index 492bf8a..2b28e9b 100755
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/pg_filedump-*.tar.gz
/REL_14_0.tar.gz
/REL_16_0.tar.gz
+/REL_17_4.tar.gz
diff --git a/rhdb-utils.spec b/rhdb-utils.spec
index c938714..a868dea 100644
--- a/rhdb-utils.spec
+++ b/rhdb-utils.spec
@@ -3,12 +3,12 @@
# <overholt@redhat.com>, Tom Lane <tgl@redhat.com>
# Copyright (C) 2002-2012 Red Hat, Inc.
-%global tarballname REL_16_0
+%global tarballname REL_17_4
Summary: Miscellaneous utilities for PostgreSQL - Red Hat Edition
Name: rhdb-utils
-Version: 16.0
-Release: 8%{?dist}
+Version: 17.4
+Release: 1%{?dist}
URL: https://github.com/df7cb/pg_filedump
# Automatically converted from old format: GPLv2+ - review is highly recommended.
License: GPL-2.0-or-later
@@ -44,6 +44,9 @@ install -p -m 755 pg_filedump ${RPM_BUILD_ROOT}%{_bindir}
%changelog
+* Thu Jul 02 2026 Michal Schorm <mschorm@redhat.com> - 17.4-1
+- Rebase to 17.4
+
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 16.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
diff --git a/sources b/sources
index 1b705be..bb6a9f9 100755
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (REL_16_0.tar.gz) = ed37230ca0cc1a4b3cc85df8437e56166637ac364dae5a65d0372bc70b7f8d7b67cef18587dbd4ffb85c33a12dee7ba0901ee7510224a9cb3b318163fa0e9b36
+SHA512 (REL_17_4.tar.gz) = a099dde0004c0ee4d1fc8bc98b64f92505f91fbf3c0680696410556cde1b6ef33d71b4ef6dd67aeec633129c7a946a6e0b554a43c1009fd78af3413e6220592f
reply other threads:[~2026-07-03 8:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178306629918.1.12677068638396862607.rpms-rhdb-utils-018e6246e249@fedoraproject.org \
--to=mschorm@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox