| From: | Noah Misch <noah(at)leadboat(dot)com> |
|---|---|
| To: | vignesh C <vignesh21(at)gmail(dot)com> |
| Cc: | Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: pg_dump crash due to incomplete ordering of DO_SUBSCRIPTION_REL objects |
| Date: | 2025-12-18 21:10:02 |
| Message-ID: | 20251218211002.53.nmisch@google.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Thu, Dec 18, 2025 at 05:35:45PM +0530, vignesh C wrote:
> On Thu, 18 Dec 2025 at 14:05, Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com> wrote:
> > > On Dec 18, 2025, at 03:51, Noah Misch <noah(at)leadboat(dot)com> wrote:
> > > I plan to push the attached version.
> > > <DO_SUBSCRIPTION_REL-v4.patch>
Pushed as d49936f etc.
> > 2
> > ```
> > + /* Sort by subscription name, since (namespace, name) match the rel */
> > ```
> >
> > This comment is correct, but sounds a little insider-ish. Maybe:
> >
> > /* Tiebreak by subscription name; (namespace, name) already identify the table */
>
> Similarly here too, it is inline with similar comments of other enums
> in this function.
Exactly. For cosmetics, consistency with nearby code is the stronger rule.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dharin Shah | 2025-12-18 21:44:22 | Re: Fwd: [PATCH] Add zstd compression for TOAST using extended header format |
| Previous Message | Robert Haas | 2025-12-18 20:39:13 | Re: pg_plan_advice |