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 1nsHje-0005kI-Nf for pgsql-hackers@arkaria.postgresql.org; Sat, 21 May 2022 05:33:06 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nsHjd-0005PH-GM for pgsql-hackers@arkaria.postgresql.org; Sat, 21 May 2022 05:33:05 +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 1nsHjd-0005P8-7A for pgsql-hackers@lists.postgresql.org; Sat, 21 May 2022 05:33:05 +0000 Received: from mail-ej1-x634.google.com ([2a00:1450:4864:20::634]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1nsHjW-0004os-5M for pgsql-hackers@lists.postgresql.org; Sat, 21 May 2022 05:33:04 +0000 Received: by mail-ej1-x634.google.com with SMTP id rs12so7218870ejb.13 for ; Fri, 20 May 2022 22:32:58 -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=7pXzokPkMD1HXxYUvcEIUuLQ35FCUwWwZRvlzsgZ7vk=; b=WcEDFdqfU+20hWw6AFjxNb9zxS378VR6EIHwYe3Ekm8gBvVIODbDB+DkpBCNNi7DHv DjvnHXlcFxjqQ+m0DuTLRlCfICEPGohx5A+dNE2yhDCe8hDykk/6p32oPsD3Cn+fGrFV 8MyInc9NosjnHPVH1CycZK7INaQ650aphBZpPSBbmx0g4BRp0+u73gCln3SRz3+zSikV OjnKURarJHzg4rfYI3SQCtmwMJu55kNeuejjHi/2+0TC/tiBWjDseXxJ97JSFSNsDoDq OV/aiKkdl4I5+R+yDM7UOxSoHRSFFldkbCJBS18ZcJR8NcztOOfFwANVa6Uxqr7rwVhB 11Ow== 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=7pXzokPkMD1HXxYUvcEIUuLQ35FCUwWwZRvlzsgZ7vk=; b=Y1DMe/cBfLRNLTsWd/5jKvnV87wDBDQgAR4dmy2LeOhud5QxmGiHcJtT+ns/cEgbzZ gSgLywU/04IMGbXHl16s7a38fabM+opPxInD/NoGQv/M0Xs0ujcoGell5wS9IC4RxcUT Cpdic0rBfIaskDinx7izhinygd/+L/hTqJtoORWGjvBbzKUoa6bNoulrL2fS27WxM6xD +HvfV9jpEdItLz3GvKv9NObjPdWqQjhpp3cj4HXhyCx3pLKhHYV3HLUvZNAW++MQ1hRW KCUA7qj9IOBTp3krMzSNbQAHVjB78DBDGJaPdsWtc3B1VhXoV7N034Ks9fkkZtmDKCOf WSXw== X-Gm-Message-State: AOAM531pjkHv7NHNPOam/KQE+e1yxFKvJ2zAEZDbIdrvXT8fBCUZYavS HO9oL7daJRUSRnvUxJ/HYcabiPeyl9HADamfMGuHaUaWdSk= X-Google-Smtp-Source: ABdhPJwUWZFvCPHzhx0joPDSX3R3RRrR2+p7TjWv4/DMeCZsdhmd0x6BvyzRABa0PR5yLS7gv3dmp3KHHmYS1CKYKC0= X-Received: by 2002:a17:906:c102:b0:6f8:d325:bb82 with SMTP id do2-20020a170906c10200b006f8d325bb82mr11779681ejc.197.1653111176843; Fri, 20 May 2022 22:32:56 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: vignesh C Date: Sat, 21 May 2022 11:02:45 +0530 Message-ID: Subject: Re: Skipping schema changes in publication To: Peter Smith 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 On Fri, May 20, 2022 at 5:49 AM Peter Smith wrote: > > 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. Thanks for reporting this, I have made the changes for this. The v7 patch attached at [1] has the changes for the same. [1] - https://www.postgresql.org/message-id/CALDaNm3EpX3%2BRu%3DSNaYi%3DUW5ZLE6nNhGRHZ7a8-fXPZ_-gLdxQ%40mail.gmail.com Regards, Vignesh