Re: Init connection time grows quadratically - Mailing list pgsql-hackers

From Maksim.Melnikov
Subject Re: Init connection time grows quadratically
Date
Msg-id ac72087f-0df9-4fbb-bb66-6b51ac9d1c08@postgrespro.ru
Whole thread
In response to Re: Init connection time grows quadratically  (Matthias van de Meent <boekewurm+postgres@gmail.com>)
List pgsql-hackers
On 7/17/26 11:54, Matthias van de Meent wrote:
> On Thu, 11 Jun 2026 at 16:31, Maksim.Melnikov <m.melnikov@postgrespro.ru> wrote:
>> Patch with fixes was attached. Thanks for review.
> You removed the pgxactoff field with its comment from PGPROC, but
> haven't yet added a comment on PROC_HDR's pgxactoffs. Please add a
> comment to the pgxactoffs array that describes its contents. A simple
> adaptation of the comment removed with PGPROC's pgxactoff field should
> be sufficient.
>
> The comments on PROC_HDR and PGPROC also reference the deleted
> PGPROC->pgxactoff field, so that also must be adjusted; there may be
> several other places, as I didn't do a full check on the codebase.
>
> Once the relevant comments are added and adjusted I think this is
> ready for a committer.
>
>
> Kind regards,
>
> Matthias van de Meent
> Databricks (https://www.databricks.com)
>
>
Sorry for the delay, was unavailable for several weeks.

Thanks for review, patch was updated.


Best regards,

Maksim Melnikov

Attachment

pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Parallel INSERT SELECT take 2
Next
From: Dilip Kumar
Date:
Subject: Re: Proposal: Conflict log history table for Logical Replication