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 1qEpFC-0003RQ-Ga for pgsql-hackers@arkaria.postgresql.org; Thu, 29 Jun 2023 10:51:22 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1qEpFB-0008Dk-4w for pgsql-hackers@arkaria.postgresql.org; Thu, 29 Jun 2023 10:51:21 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qEpFA-0008Db-Rk for pgsql-hackers@lists.postgresql.org; Thu, 29 Jun 2023 10:51:20 +0000 Received: from mail-ua1-x931.google.com ([2607:f8b0:4864:20::931]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1qEpF8-0015Gk-HL for pgsql-hackers@postgresql.org; Thu, 29 Jun 2023 10:51:19 +0000 Received: by mail-ua1-x931.google.com with SMTP id a1e0cc1a2514c-78f32e233a0so201193241.0 for ; Thu, 29 Jun 2023 03:51:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1688035877; x=1690627877; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=y/Rfm8e+durU3f6D1PWBMJ9djb1SH/2kfKf4RuNKHaQ=; b=grejw/mBCfHGEXpiPoDwxgXZKZC1xmEAUvBjqrCBInUSqEp925Xqfjbi+wL2zajKTF 5je1JX14ThX0OeIxxcWQph8yJBHsGAgHszySxdpla9PiKm+6dXlrH3TqNd5PZssaUzn4 4FZ1rDoB6qmBl4EicF9mqFddIq98vCCFhY2Mr9fasfj2X8sSKMe7mhRjnu7x5ccKgKPZ VtBB/8ZDXTUTuN/VF4rGdbG0knuhZShuAb58qsFt6xtMHxoxaA282zbZFg43X0fyghxJ HorDlItWsAYnmaE4G6G2Z49223mjDnPK0y8HsbvGG12yiU6csPsPqYA1UqW314458uQr Upiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688035877; x=1690627877; h=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=y/Rfm8e+durU3f6D1PWBMJ9djb1SH/2kfKf4RuNKHaQ=; b=Ywrcg9x1qn6KbypBRColCdTY8MfS7KByu+GqQzHkG32/qPKF9TBFR+Blbu70qQtPlt z0VwKtfSFxIhYjjfA338wrEfdzgwBvNpI+uwDbrsOUz9jTxBoArkQLu5dbmJSxWsn8pp duO8ju5HnTt4nBubFzA9v6NrDeP5QRJN+uvsnsFULnKVoPSMNd2Cj7yCdaYvTtW0cQaB +fU8sA7znF7Fcbvlv7IgJtHbh1nqdD64y2M5lSkp1cIP6YeXFfZndM+7speSOYffbw1p WpSpTNA5TIcgXetDURdomuPRnxS1uRj6PWYQQGn06MyeyV6cp/V9wBOUtwiFhtxgXfrj kw9g== X-Gm-Message-State: AC+VfDyZ5bXlJr3PSccoVpcz7YleadmaxXVJZNmwA+Xm3VAGg/YtaFoj Wr8atlD3ix6MW9eXGCfspNTgK1MljIvLAbbhW/I= X-Google-Smtp-Source: ACHHUZ5uP8zhHqcUBcLRauDwtKKDd2WRtGzXLMe3njMLY441JnRNzH7f7Qse3PCjtN9khTs+OLeRCHhsvzDOkYrmAlo= X-Received: by 2002:a05:6102:2846:b0:443:695d:b91a with SMTP id az6-20020a056102284600b00443695db91amr7798655vsb.28.1688035877492; Thu, 29 Jun 2023 03:51:17 -0700 (PDT) MIME-Version: 1.0 References: <20230601235909.0e1572c27e59112f9d0cbe86@sraoss.co.jp> <20230601034703.9e4f81f5d92ae6e3949b84d2@sraoss.co.jp> <20230628170604.505955118ac2f91abd554f13@sraoss.co.jp> In-Reply-To: From: jian he Date: Thu, 29 Jun 2023 18:51:06 +0800 Message-ID: Subject: Re: Incremental View Maintenance, take 2 To: Yugo NAGATA Cc: pgsql-hackers@postgresql.org Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk I cannot build the doc. git clean -fdx git am ~/Desktop/tmp/*.patch Applying: Add a syntax to create Incrementally Maintainable Materialized Views Applying: Add relisivm column to pg_class system catalog Applying: Allow to prolong life span of transition tables until transaction end Applying: Add Incremental View Maintenance support to pg_dump Applying: Add Incremental View Maintenance support to psql Applying: Add Incremental View Maintenance support Applying: Add DISTINCT support for IVM Applying: Add aggregates support in IVM Applying: Add support for min/max aggregates for IVM Applying: Add regression tests for Incremental View Maintenance Applying: Add documentations about Incremental View Maintenance .git/rebase-apply/patch:79: trailing whitespace. clause. warning: 1 line adds whitespace errors. Because of this, the {ninja docs} command failed. ERROR message: [6/6] Generating doc/src/sgml/html with a custom command FAILED: doc/src/sgml/html /usr/bin/python3 ../../Desktop/pg_sources/main/postgres/doc/src/sgml/xmltools_dep_wrapper --targetname doc/src/sgml/html --depfile doc/src/sgml/html.d --tool /usr/bin/xsltproc -- -o doc/src/sgml/ --nonet --stringparam pg.version 16beta2 --path doc/src/sgml --path ../../Desktop/pg_sources/main/postgres/doc/src/sgml ../../Desktop/pg_sources/main/postgres/doc/src/sgml/stylesheet.xsl doc/src/sgml/postgres-full.xml ERROR: id attribute missing on element under /book[@id = 'postgres']/part[@id = 'server-programming']/chapter[@id = 'rules']/sect1[@id = 'rules-ivm'] error: file doc/src/sgml/postgres-full.xml xsltRunStylesheet : run failed ninja: build stopped: subcommand failed.