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 1nrqMh-0005Rb-Hc for pgsql-hackers@arkaria.postgresql.org; Fri, 20 May 2022 00:19:35 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nrqMg-0002Ra-C2 for pgsql-hackers@arkaria.postgresql.org; Fri, 20 May 2022 00:19:34 +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 1nrqMg-0002RR-1E for pgsql-hackers@lists.postgresql.org; Fri, 20 May 2022 00:19:34 +0000 Received: from mail-qk1-x734.google.com ([2607:f8b0:4864:20::734]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1nrqMd-0007Q7-PR for pgsql-hackers@lists.postgresql.org; Fri, 20 May 2022 00:19:33 +0000 Received: by mail-qk1-x734.google.com with SMTP id k8so5931588qki.8 for ; Thu, 19 May 2022 17:19:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=LT+2w14Atip9wcucVuXxh7uVeWU9EjKOd+Omk+1mWsg=; b=UvwseQKVnaNJQ6K12mM5ofupdFqmqkUWjOGUXqf2q2GJPeFLebKQFa3pt5eoGWpbH0 1hy+xfxpZlSVSKqR19qMSBACpjx85OdU0IjgZMpo/bIVhpktiG0chUnpPn1KzZV4yHL2 AKQAJSWsDlFKepjT1jFZu/f8A0hZ9yn4ilfXn/5ZdcV8zx8ODgEQGkES64V9qgpdVZYL WVicm+ahC8Nkb92BEyRibRit7ZQsMge8Pb7KThpKTVsAKxKU2DVElorAK8yu5deX5lgm iQZ6fNqGkwy6uwhic7HYJURhqlyJfgof2P1Kt4ENf87zPi97Zj5/WskIC/fxMO7Gw1Yy Jf9A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=LT+2w14Atip9wcucVuXxh7uVeWU9EjKOd+Omk+1mWsg=; b=UEkmdNpMVUg8yQWPu/inj9t6vSUPa9ylcdnBO+aVV3POtQaeGoTxRTc/VzTAce+Etu IRuhV8PiZZWYoftn0lbPDsyRCFbWbYWrc63h+Te2rgzwUuZB7Ro/W06DuZCMRvLZJ6UU VwiSzBSjdsT3pK+SxAqE4i6knY8ZnB8swly902SNDT7vOu9ETsuKYiteC75mssQ/dHSo ogWEHDgHCaAFZJxn03n9bk7RYHGmK2/b3waMrt6BUhP29kDM9gkf93nlVdoJ+hn/vlL2 3HN5XqLX29d7dGjDLXMEfepFylAaIS/vpZWjR9OAYG/Hhi9PLBD5E6gpri+7+ZVB6ARX B2bA== X-Gm-Message-State: AOAM532lUUqzrD/J8obn9SibhLEOoxeE1dEOSAUQl72CAdfsx1Bz7WXh LiK5UX+8E3U8DsGi3dPbJnGIk8i3qwHwIRdeKow= X-Google-Smtp-Source: ABdhPJxbt6/GEBHDk81CTEuHpjqm0Cn12PBp+h1+CqpssYWatfvcz6slos04Z/tWNAj1ZZsFegCOkcqeabn820SaY2g= X-Received: by 2002:a05:620a:84b:b0:6a3:4895:d272 with SMTP id u11-20020a05620a084b00b006a34895d272mr1929710qku.338.1653005969539; Thu, 19 May 2022 17:19:29 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Peter Smith Date: Fri, 20 May 2022 10:19:13 +1000 Message-ID: Subject: Re: Skipping schema changes in publication To: vignesh C Cc: "osumi.takamichi@fujitsu.com" , Amit Kapila , Bharath Rupireddy , PostgreSQL Hackers Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk FYI, although the v6-0002 patch applied cleanly, I found that the SGML was malformed and so the pg docs build fails. ~~~ e.g. [postgres@CentOS7-x64 sgml]$ make STYLE=website html { \ echo ""; \ echo ""; \ } > version.sgml '/usr/bin/perl' ./mk_feature_tables.pl YES ../../../src/backend/catalog/sql_feature_packages.txt ../../../src/backend/catalog/sql_features.txt > features-supported.sgml '/usr/bin/perl' ./mk_feature_tables.pl NO ../../../src/backend/catalog/sql_feature_packages.txt ../../../src/backend/catalog/sql_features.txt > features-unsupported.sgml '/usr/bin/perl' ./generate-errcodes-table.pl ../../../src/backend/utils/errcodes.txt > errcodes-table.sgml '/usr/bin/perl' ./generate-keywords-table.pl . > keywords-table.sgml /usr/bin/xmllint --path . --noout --valid postgres.sgml ref/create_publication.sgml:171: parser error : Opening and ending tag mismatch: varlistentry line 166 and listitem ^ ref/create_publication.sgml:172: parser error : Opening and ending tag mismatch: variablelist line 60 and varlistentry ^ ref/create_publication.sgml:226: parser error : Opening and ending tag mismatch: refsect1 line 57 and variablelist ^ ... I will work around it locally, but for future patches please check the SGML builds ok before posting. ------ Kind Regards, Peter Smith. Fujitsu Australia