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 1ov9fB-0003xM-Ha for pgsql-hackers@arkaria.postgresql.org; Wed, 16 Nov 2022 04:04:37 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ov9f9-0005vY-Uc for pgsql-hackers@arkaria.postgresql.org; Wed, 16 Nov 2022 04:04:35 +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 1ov9f9-0005vP-K4 for pgsql-hackers@lists.postgresql.org; Wed, 16 Nov 2022 04:04:35 +0000 Received: from mail-pl1-x632.google.com ([2607:f8b0:4864:20::632]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1ov9f6-0000MC-RN for pgsql-hackers@lists.postgresql.org; Wed, 16 Nov 2022 04:04:35 +0000 Received: by mail-pl1-x632.google.com with SMTP id io19so15291339plb.8 for ; Tue, 15 Nov 2022 20:04:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; 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=gvnfHCS65/1PYFyCeTCu4FPBhr+QNhnR8ldRrzlsEZU=; b=jvh1cba1IkwOE53Yz20fYl2khpGWDemCYkbI3LMOG9dZsEv+KBqy6SDnB3VWakb7Ik H8kfu9rJptqaXEvzoBlpwjlWVk9JyWg0SC/6hrCXLki6yqoZ+uDalmhZ43Ft5yEb+NjJ +nqQIjqu1pHTfGQS37YnxL1AWtz8OeULSRyCkVV84L+8EmC6TGjFVre+nFL1u9O4UWhb 063mVF9UNbJ40UkmsmIovrSNpm50abeJZnLoUl4xBr1T/pjtAAY15+sQcwyxBzcwqIid CJoTFn5FDNsSeSZD8/RPNvu8ywbOYti+NLMBq2is/YKIeaS3YY2Bu5cO7XyrrChj0u15 XCrg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=gvnfHCS65/1PYFyCeTCu4FPBhr+QNhnR8ldRrzlsEZU=; b=l5C6uRLtyAPPoyaoyhNG30E361vPhFSeaWDJA0YvbU7fbfoOkeFm2fh6t8mCKDdoX3 FH+Q1TAktL53H9L7wxaFV6i0oxIzDHS8OTVpVvx5PcAs1nYfvhd+gpLbxoIigwFvFvIV uY8++nz7URF6YsxHD36MYxkE2pqbhUaVodkSPEBl3BhmpMV8n1yrfQZDRGwqepLUVwow yyh4Icl+9MojAza/x+8lJx400sjCPnaCKciSIOaXMpht17hvBzE9eBr3bhM9lh465+zy cSCN69Ey52C8d6qxlX7FEXVXoJmBY6Pkl158WCHPuL3WoHObM8n/hdWLJZJVAFUTsWHk isAw== X-Gm-Message-State: ANoB5pm9XJa/3rbl7vglNm31hruU2EW9HikwHOVDrCuzg9AAkRgqR+pz Y1FHSD2QAOhB0ccsydS4XS4l0w6x+CRayfRJDvw= X-Google-Smtp-Source: AA0mqf55ZzdG3vV0N1pBNoEsjvQgSxu7ENZr0xSId3wF9StWk/rrlVOHqkyqJjCepEL6oQ658BUHMPBPCF/UhljScIE= X-Received: by 2002:a17:90a:8d08:b0:212:bf31:d00 with SMTP id c8-20020a17090a8d0800b00212bf310d00mr1760352pjo.33.1668571470895; Tue, 15 Nov 2022 20:04:30 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Ian Lawrence Barwick Date: Wed, 16 Nov 2022 13:04:18 +0900 Message-ID: Subject: Re: Skipping schema changes in publication To: vignesh C 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 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 wro= te: > > > > 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. To do this, locate the relevant "meson.build" file for each test and add it in the 'tests' dictionary, which will look something like this: 'tap': { 'tests': [ 't/001_basic.pl', ], }, For some additional details please see this Wiki article: https://wiki.postgresql.org/wiki/Meson_for_patch_authors For more information on the meson build system for PostgreSQL see: https://wiki.postgresql.org/wiki/Meson Regards Ian Barwick