Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1idZih-0007kE-PJ for pgsql-docs@arkaria.postgresql.org; Sat, 07 Dec 2019 13:01:59 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1idZif-0006H4-Bq for pgsql-docs@arkaria.postgresql.org; Sat, 07 Dec 2019 13:01:57 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1idZif-0006Gw-1g for pgsql-docs@lists.postgresql.org; Sat, 07 Dec 2019 13:01:57 +0000 Received: from mail-qk1-x72b.google.com ([2607:f8b0:4864:20::72b]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1idZiY-0004Lg-6C for pgsql-docs@lists.postgresql.org; Sat, 07 Dec 2019 13:01:56 +0000 Received: by mail-qk1-x72b.google.com with SMTP id d202so9003227qkb.1 for ; Sat, 07 Dec 2019 05:01:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=0MLUwrGP7shRrK/Xp5dT/sUextZ4hhk5+xzEEPfzy48=; b=JTUED1PZePaICpX8lvcU4ED8hgt1DFD+ArydE12sh0wPSR4r7sk/Jc3gP08bsqP5ml bwAk0KLz5Nwk2Vtq5RQ7ZBaeeC5kD5FJjIe4Jn+CS5f2VVVLIOjFUamdTCpt7GsmxhLe 3aMvI4bqlz8JMVKepUE/+rvexs6PcRQ+8ZLJ+CKSHbDUZ0hEfbzQOuZXep76LD5cny/4 BofBUfsYzkfG2AS0SfxYU8nj0MuEBVPszoQLBklkr78lAg/rUuKHb1pLk7IRqCRi0Nbq aifUKOkZlBEs3weDBwBRSEWcbnhyEUCuzWQYH/yFr6f1SP5QmvMX50CCEvw1s/qL3RIz si6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=0MLUwrGP7shRrK/Xp5dT/sUextZ4hhk5+xzEEPfzy48=; b=oqSe1194BMStymQg0ffOrVfci76JPdJgNcfhhdoXj4ETL0b46/7leK35anzTJCF1d6 MSiZmHLTXsV57JYfYjgTNEvLGluRSfdGTPlztxajOFDcab/qcZTPHOc14+Artfoo/2aK w3GgnQse5qG5S12E9d/CD82WiYqI2x9chLoNa8VPJ5UZKzMOyqBG0gpEiy/0PHaVv9iD rCG4gkLf0aTfAiLrbTWO50o5OHVrdWsggofObfYmJ8SiSX8ENMNY6odpDpMxa5p9QvCj rpJayJsvqcRE5NQZWpsWmFa9b0dq1lsqSt9lCbVlWOsQ0RcP4Rk9DUKgBSl+8mTSl0BN Hn6g== X-Gm-Message-State: APjAAAXKxn45fSREiYjpUuIrH3PphqFhhNM9p0/b/bNRtir0eGu2+LaS UOmzSrkGOI4H+PeGRXStvmzUexx+bWBqNU+kJBQ= X-Google-Smtp-Source: APXvYqyK9fP4+Y3C4aVhZRWR1PnH/HrrG6iHC+01YmbBS/Y8zPOoTlNYLFYrHB4vmng8pWTlpwTntILvaGI2kJBxWeU= X-Received: by 2002:a37:ac09:: with SMTP id e9mr18627473qkm.24.1575723707929; Sat, 07 Dec 2019 05:01:47 -0800 (PST) MIME-Version: 1.0 References: <20191207.200500.989741087350666720.t-ishii@sraoss.co.jp> In-Reply-To: <20191207.200500.989741087350666720.t-ishii@sraoss.co.jp> From: Julien Rouhaud Date: Sat, 7 Dec 2019 14:01:37 +0100 Message-ID: Subject: Re: Typo in perform.sgml? To: Tatsuo Ishii Cc: pgsql-docs@lists.postgresql.org Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On Sat, Dec 7, 2019 at 12:05 PM Tatsuo Ishii wrote: > > Around line 904 of perform.sgml > > "These node types have the ability to discard subnodes which they are > able to determine won't contain any records required by the query." > > I was not able to parse this. Maybe "that they " is needed after > "determine"? Agreed. Also, I'm not a native english speaker either, but the "which" sounds weird too. How about: These node types have the ability to discard subnodes for which they are able to determine that won't contain any records required by the query.