Re: [19] CREATE SUBSCRIPTION ... SERVER

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, Shlok Kyal <shlok(dot)kyal(dot)oss(at)gmail(dot)com>, Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>, Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>, Joe Conway <mail(at)joeconway(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [19] CREATE SUBSCRIPTION ... SERVER
Date: 2026-03-14 22:57:50
Message-ID: 6552e76814a633256a35667694ae822ef9433111.camel@j-davis.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, 2026-03-14 at 15:14 +0530, Amit Kapila wrote:
> I am talking about a table with the name tab_no_col whereas you are
> talking about a table with the name tab_ins. The test doesn't create
> a
> table with the name tab_no_col on the subscriber-side which makes it
> redundant, am I missing something?

I misread your message, sorry. You're right, there are some copy+paste
issues. Posted a patch over here:

http://postgr.es/m/7eb0c03b4312b32cb76d340023b39a751745a1f9.camel@j-davis.com

to clean it up.

Regards,
Jeff Davis

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2026-03-15 00:08:49 Re: Proposal: common explicit lists for installed headers
Previous Message Jeff Davis 2026-03-14 22:55:29 Re: [19] CREATE SUBSCRIPTION ... SERVER