Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rN5ex-009D6t-Cv for pgsql-hackers@arkaria.postgresql.org; Tue, 09 Jan 2024 06:32:23 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rN5ev-00A3Xb-7I for pgsql-hackers@arkaria.postgresql.org; Tue, 09 Jan 2024 06:32:21 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rN5eu-00A3XT-UK for pgsql-hackers@lists.postgresql.org; Tue, 09 Jan 2024 06:32:20 +0000 Received: from mail-yw1-x1136.google.com ([2607:f8b0:4864:20::1136]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1rN5es-000bAG-CO for pgsql-hackers@lists.postgresql.org; Tue, 09 Jan 2024 06:32:20 +0000 Received: by mail-yw1-x1136.google.com with SMTP id 00721157ae682-5e734251f48so19951937b3.1 for ; Mon, 08 Jan 2024 22:32:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1704781936; x=1705386736; darn=lists.postgresql.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=kTSseA9twPjHIkeqUzsW7/pFu9jpYbA2Q1NL1xFYRe4=; b=hRae+Vz6iGHqsU0/wu0iAtMZ7WVv+mEzXdI/d7H0kZfbdRfvQsLjSgw1HshDzmla9p iitf+QPYovvbyrlTggeddgt+qZay/J3MCp1SMfFF3s0CowqdRucWDXzqw9LtoOCM3uvI b/1HsABbGaHvhXOJZG8/LXDb1mlAwaCK0d9lgquPiAYnHaldts7VzOroUL+xXwTD9k+Q K9Y4janwCdsjM3n6RVRKD2l/vSTA28gkxfBHJzyaMtHzc9EcppLNshyPV36/WsZyCUx2 3MIybUXzZs1lNlkah//iuUAU4cKarYl4Ng0zorTmptb4mRRfui5jY72acvvuJXTkIwgG 7GFg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704781936; x=1705386736; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=kTSseA9twPjHIkeqUzsW7/pFu9jpYbA2Q1NL1xFYRe4=; b=uWEv9CkU1HTkhEn5vOCJAr/pOCIS5lc4Z9lOInItpuBgGkffttkiuLsYsIgSQHubQj t1tLc/Z6wd/7GQPXkcECFoMJRfX3X4j90dfE0tJjEZuHeEXpoxXTQ85XDFWDv2aaTMuL Rh0sFTnvhAYaKAWTpTYXzJMe6YePgX+MAEj8ZFUtbmqUsJ4tBp+h4nHLMrrkqIOTiBCJ +mmHsSL4jzNrWRFy+fGBAMJB15j1a0bMPkzXnYUBUFisqeLGPOg9oWmCljNEpXMb+Erm qVhLAgwbNsEPY6jvGzZQNPbqK4mREN7paq9ESDCN/JNrFf2qY2oyXlRklCizWs5F4YMh RnfQ== X-Gm-Message-State: AOJu0Yw+Df97gf8nbZGeqURE+K0mQc3L21Ak7VWbERcr/n8am67xP4wj XHlgduS3UORELLyVjsMcwisYMsdGpJScdHgv61s= X-Google-Smtp-Source: AGHT+IE4dtYnFEmVSMpp28NikZLZIqTqRwvFxw9/VILLK5p92vAgQBEpjs+kUTk14fpNJXo42grWp13Fk0WLu78spWo= X-Received: by 2002:a0d:d886:0:b0:5d7:1940:3ef1 with SMTP id a128-20020a0dd886000000b005d719403ef1mr121481ywe.34.1704781936268; Mon, 08 Jan 2024 22:32:16 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: vignesh C Date: Tue, 9 Jan 2024 12:02:04 +0530 Message-ID: Subject: Re: Skipping schema changes in publication To: Ian Lawrence Barwick Cc: "osumi.takamichi@fujitsu.com" , Peter Smith , Amit Kapila , Bharath Rupireddy , PostgreSQL Hackers Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Fri, 20 Jan 2023 at 15:30, vignesh C wrote: > > On Wed, 16 Nov 2022 at 15:35, vignesh C wrote: > > > > On Wed, 16 Nov 2022 at 09:34, Ian Lawrence Barwick = wrote: > > > > > > 2022=E5=B9=B411=E6=9C=887=E6=97=A5(=E6=9C=88) 22:39 vignesh C : > > > > > > > > On Fri, 4 Nov 2022 at 08:19, Ian Lawrence Barwick wrote: > > > > > > > > > > Hi > > > > > > > > > > cfbot reports the patch no longer applies [1]. As CommitFest 2022= -11 is > > > > > currently underway, this would be an excellent time to update the= patch. > > > > > > > > > > [1] http://cfbot.cputube.org/patch_40_3646.log > > > > > > > > Here is an updated patch which is rebased on top of HEAD. > > > > > > Thanks for the updated patch. > > > > > > While reviewing the patch backlog, we have determined that this patch= adds > > > one or more TAP tests but has not added the test to the "meson.build"= file. > > > > Thanks, I have updated the meson.build to include the TAP test. The > > attached patch has the changes for the same. > > The patch was not applying on top of HEAD, attached a rebased version. As I did not see much interest from others, I'm withdrawing this patch for now. But if there is any interest others in future, I would be more than happy to work on this feature. Regards, Vignesh