Re: pgsql: doc: remove verbiage about "receiving" data from rep. slots

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: doc: remove verbiage about "receiving" data from rep. slots
Date: 2025-11-19 16:56:42
Message-ID: aR32yptHe5SV9pX6@momjian.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Wed, Nov 19, 2025 at 11:02:08AM -0500, Robert Haas wrote:
> On Fri, Nov 14, 2025 at 12:14 PM Andres Freund <andres(at)anarazel(dot)de> wrote:
> > I'm rather baffled by the process here. You pushed a patch, without any
> > review, which also wasn't previously posted publicly, that made things
> > worse. Then, after you got pushback on that change, you posted another patch,
> > that got mildly negative feedback. Then you also pushed that change.
>
> I'm not totally sure that we're in a worse place after these changes
> than we were before them, but I strongly agree that committing a
> change with no previous public discussion is a thing that generally
> should not happen.
>
> I mean, if the buildfarm is broken, pushing a fix quickly is
> absolutely the right thing to do, but if you think the documentation
> needs improving, there's no reason not to discuss that on
> pgsql-hackers before pushing.

Yeah, I was trying to clean up what we had and I thought it was
no-controversial. Obviously I was wrong.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

Do not let urgent matters crowd out time for investment in the future.

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-11-19 18:22:23 pgsql: Speed up eqjoinsel() with lots of MCV entries.
Previous Message Heikki Linnakangas 2025-11-19 16:08:17 pgsql: Print new OldestXID value in pg_resetwal when it's being changed

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-11-19 17:05:39 Re: Use merge-based matching for MCVs in eqjoinsel
Previous Message Lukas Fittl 2025-11-19 16:54:20 Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc?