Re: [PATCH] Several refactorings for pg_dump

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Aleksander Alekseev <aleksander(at)tigerdata(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Several refactorings for pg_dump
Date: 2026-08-18 22:38:31
Message-ID: aoTe52BtB3M7E2Xp@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Aug 18, 2026 at 06:10:45PM +0300, Aleksander Alekseev wrote:
> 1. I found a write-only field ArchiveHandle.lookaheadSize which can
> safely be removed.
> 2. I found magic constants 512 which should be replaced with TAR_BLOCK_SIZE.

Sounds like an acceptable set of cleanups here.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Rocker 2026-08-18 22:42:31 [Patch] Make ginInsertCleanup follow vacuum's BufferAccessStrategy
Previous Message Michael Paquier 2026-08-18 22:35:18 Re: Fix a relcache reference leak in reorderbuffer.c