Re: Fix comment in report_sequence_errors()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Imran Zaheer <imran(dot)zhir(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fix comment in report_sequence_errors()
Date: 2026-06-08 00:28:35
Message-ID: aiYMs1Odp_PwKgtC@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Jun 07, 2026 at 07:35:05PM +0500, Imran Zaheer wrote:
> However, the actual warning message emitted and the logic that
> populates missing_seqs_idx both refer to sequences that are missing on
> the publisher side, not the subscriber.
>
> The fix is to replace "subscriber" with "publisher" in that comment line.

The first comment could also make clear the fact that we care about
inconsistent definitions on the subscriber side. Grabbed these,
thanks.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2026-06-08 00:28:40 Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Previous Message Michael Paquier 2026-06-08 00:19:54 Re: Fix DROP PROPERTY GRAPH "unsupported object class" error