Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l7Y4J-0004kN-Vo for pgadmin-hackers@arkaria.postgresql.org; Thu, 04 Feb 2021 06:24:43 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1l7Y4I-0007LQ-V0 for pgadmin-hackers@arkaria.postgresql.org; Thu, 04 Feb 2021 06:24:42 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l7Y4I-0007LI-PR for pgadmin-hackers@lists.postgresql.org; Thu, 04 Feb 2021 06:24:42 +0000 Received: from mail-il1-x134.google.com ([2607:f8b0:4864:20::134]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1l7Y4F-0003cs-5o for pgadmin-hackers@postgresql.org; Thu, 04 Feb 2021 06:24:42 +0000 Received: by mail-il1-x134.google.com with SMTP id q5so1567080ilc.10 for ; Wed, 03 Feb 2021 22:24:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=JEr6kfPZVXMSzenZmP/d5F5GPbmZzVfg+w/lOR/N9NE=; b=0biVr5h0dRtKewtTZfJZsz/ZAEfX9rx6Ze32SSMYkHLQlRKGpF3Dny3DZ+tOxrDJAo qChIk8r386M9qXlpYMIbXqeww51Z30T5oE+fe7rXHCHssX0lHghP5v5/E4hJmduhQsi5 xqwyfYXruKtqFHhUsa1ZwFB6zTc1jBN2TPzT/HN3LfFkvkcmjsMxG7PKsbMFBNGShX1q xW6gOsXAegaYi0GcUN0VIuPXOkGIEmxhM1cAuL5kjN1zFkatJsBWTHba1ToYkr9vGRxI TMVzizcP4BPptKU21v4LgsA478yniEFwyUJN35APlqWWTWtsLQpA/2dw5q4FR3OiZzpD OIrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=JEr6kfPZVXMSzenZmP/d5F5GPbmZzVfg+w/lOR/N9NE=; b=oeneSlAgtfNmDBK/yd3ZVKIV7iMtz9nGuXfPPGC0JdkqCyNsU790CpEIOLTsElhoHG AMQyf6Ka1fFRKTzWyOQvYQwYna4z5ZXA9uKavyRqnoDZI80My94T13FNtLwDFV2DhzMG cdf5ZCEz2zbHIqf44adfngo3ajQW9PmqQut5FuXy/mfd9GacsNbV1VApCnYaextbhDX4 mlvgwF677ERnYK0Yc2x0tuy3/+Pvh7Q6Hqoa1jMmzYc8ngINKQNL+jFWY9npnpTWVi+C i4F60VXV2FbjP6fCxb8e53+paofxFoNfpe3MD/tcbEq2FZIRl+oIZh5LYlk/r6mKePS/ jyiA== X-Gm-Message-State: AOAM5335THeLadzyiNLjAsU//ldYTvU1KFhZapBqrEog2756rnxdkATu mbDlc4l6Pp4abPbLnZVD6TdWHTtovmNs7vgbhk0QsLwJ1wht7/0QSoLaGoG/g3JlDhEgx3ywvla TjbSyrowmLMq83Ye72TdJVk8+RCxFMsHt8n4qe8Ehaj+MTX3xX8bcKQ4MsAG2ZxZBPnT9BWSG5M TFKsD7P1lZYoj+KQmep679Bvv2ugsdYQzls52oetfDkAG1SH90L7GKAvjRag== X-Google-Smtp-Source: ABdhPJy8UoFYfH2SAnpHGDADvswTAffszt5ut3dq3Xfplq5GMxPkQ2WxtitiKcJ7HbvRT8W8jcgxMxchXadNbMpgipQ= X-Received: by 2002:a92:cd81:: with SMTP id r1mr5660191ilb.252.1612419877497; Wed, 03 Feb 2021 22:24:37 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Thu, 4 Feb 2021 11:54:26 +0530 Message-ID: Subject: Re: [pgAdmin][RM6153]: Add publication and subscription support in Schema Diff. To: Pradip Parkale Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="00000000000006ffd105ba7cc29b" X-CLOUD-SEC-AV-Info: enterprisedb,google_mail,monitor X-CLOUD-SEC-AV-Sent: true X-Gm-Spam: 0 X-Gm-Phishy: 0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --00000000000006ffd105ba7cc29b Content-Type: text/plain; charset="UTF-8" Hi Pradip I haven't started reviewing your patch but seems you haven't written test cases for schema diff. Please add and then submit the patch again. On Wed, Feb 3, 2021 at 9:51 PM Pradip Parkale < pradip.parkale@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for publication and subscription support in > Schema Diff. > > Also, added the dependencies for publication and subscription. > > -- > Thanks & Regards, > Pradip Parkale > Software Engineer | EnterpriseDB Corporation > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect* *EDB Postgres * *Mobile: +91 976-788-8246* --00000000000006ffd105ba7cc29b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi=C2=A0Pradip

I haven't started re= viewing your patch but seems you haven't written test cases for schema = diff. Please add and then submit the patch again.

On Wed, Feb 3, 2021 = at 9:51 PM Pradip Parkale <pradip.parkale@enterprisedb.com> wrote:
Hi Hackers,

<= /div>
Please find the attached patch for publication and subscription s= upport in Schema Diff.

Also, added the dependencie= s for publication and subscription.

--
=
Thanks &a= mp; Regards,
Pradip Parkale
Sof= tware Engineer | EnterpriseDB Corporation


--
Thanks & Regards
Akshay Joshi
pgAdmi= n Hacker | Principal Software Architect
EDB Postgres
Mobile: +91 976-788-8246

--00000000000006ffd105ba7cc29b--