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 1poqMT-0004Tk-8Q for pgsql-hackers@arkaria.postgresql.org; Tue, 18 Apr 2023 18:47:29 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1poqMS-0008Do-8U for pgsql-hackers@arkaria.postgresql.org; Tue, 18 Apr 2023 18:47:28 +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 1poqMR-0008Db-RW for pgsql-hackers@lists.postgresql.org; Tue, 18 Apr 2023 18:47:27 +0000 Received: from mail-il1-x131.google.com ([2607:f8b0:4864:20::131]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1poqMO-000Y0g-U3 for pgsql-hackers@postgresql.org; Tue, 18 Apr 2023 18:47:26 +0000 Received: by mail-il1-x131.google.com with SMTP id e9e14a558f8ab-32a8e9173c0so5808135ab.0 for ; Tue, 18 Apr 2023 11:47:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telsasoft-com.20221208.gappssmtp.com; s=20221208; t=1681843643; x=1684435643; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=ZrbGjC9xTYso+Oz6xg2EVqjr9mAQ5XUJ18P5ENyXrv4=; b=kAv/C2mhdyRRPOnjzRz0/snmglJMwGB/Ew+pC2sOh3TYLpuo8RIc5Z/tGHbEdMPge7 TSl7TxzHFSwPfH9gzF1p8ZTBo5dqEzrg8EA94004uccu0JEjYVYHijN0EkOZegcdXj/D BKtDIuSXR2fmMpyfxyKSmggCHDMjjWGbwOgV50PrR3bh8WTUYUa3s+ouv1p1LE4S8KqM eNb+CmhHtue1e12GkwByVscAOZa2meKbDwdyqLt5A+QgP1tn//JBzjT+FdjgE7RKypa4 QOUs1qxVli7Yd1APun/XwJ/+WXuM3YBLlnb5jNHGIhVJnVL0/AUBvD1DxZiPPj8RCr78 TxGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1681843643; x=1684435643; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=ZrbGjC9xTYso+Oz6xg2EVqjr9mAQ5XUJ18P5ENyXrv4=; b=Ko3jh/Cs+m0ui2bJe3lXQxICRoc6WMjHkqZx/OheNC+VdZ+wjaKgDuzC/0Pxb7zUN/ wOlAIxhJmjOa5ZbmO/gUAo9l+a7U6Vh9wX1kKBRFtm5tfbDyJbjMFMGAGkKUYwMD19J+ 0Z7fiH7BDAjqx24+Cj+zqL7lgZJ+eoX/ysucoX3Y5vPknzOJVGHWc8y/p4A59uVt5vA7 0hUl4UgjVKXWUi6f5AtKP46OONIR03YZ1A18/gcMjrWT0YcPmzrkFB8A8/Yfv/Y2Ewwc T321Y6xsAzX8+MWAVB0Gn0Nq+bYgZXOJTWHTgYmHfXCaCYS7OLcV3P9yTFLCDfamksoH yUtw== X-Gm-Message-State: AAQBX9dTAUwdUCW5hbcZphxgLHOqH++c4SdEjEP4d1d3u7Gq7xm5BKyb wGOHVkHj/DEQpliddU4JWNOIyA== X-Google-Smtp-Source: AKy350ZKJqfUvIdKAHhmxm4Fk4aJIV8Jp548qRy/mco5PH0naHJQ97Wh7lpPybfZ3C37G9V4uLIaLg== X-Received: by 2002:a92:c650:0:b0:328:faca:c9ac with SMTP id 16-20020a92c650000000b00328facac9acmr14072310ill.7.1681843643488; Tue, 18 Apr 2023 11:47:23 -0700 (PDT) Received: from pryzbyj.telsasoft (charmander.telsasoft.com. [50.244.222.1]) by smtp.gmail.com with ESMTPSA id u8-20020a056638134800b0040f9ab64892sm2551043jad.78.2023.04.18.11.47.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 18 Apr 2023 11:47:22 -0700 (PDT) Received: by pryzbyj.telsasoft (Postfix, from userid 1000) id CF8AC8004E5; Tue, 18 Apr 2023 13:47:21 -0500 (CDT) Date: Tue, 18 Apr 2023 13:47:21 -0500 From: Justin Pryzby To: David Rowley Cc: Alexander Lakhin , pgsql-hackers@postgresql.org Subject: Re: Fix typos and inconsistencies for v16 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Tue, Apr 18, 2023 at 02:06:43PM +1200, David Rowley wrote: > On Tue, 18 Apr 2023 at 10:10, Justin Pryzby wrote: > > > - * USER SET values are appliciable only for PGC_USERSET parameters. We > > > + * USER SET values are applicable only for PGC_USERSET parameters. We > > > * use InvalidOid as role in order to evade possible privileges of the > > > > and s/evade/avoid/ > > I didn't touch this. You'll need to provide more justification for why > you think it's more correct than what's there. I'd noticed that it's a substitution/mistake that's been made in the past. I dug up: 9436041ed848debb3d64fb5fbff6cdb35bc46d04 8e12f4a250d250a89153da2eb9b91c31bb80c483 cd9479af2af25d7fa9bfd24dd4dcf976b360f077 6df7a9698bb036610c1e8c6d375e1be38cb26d5f 911e70207703799605f5a0e8aad9f06cff067c63 > It might not be worth too much discussion, however. +many. I may resend the patch at some later date. > > Attached some others that I found. > > Pushed the rest. Thanks Thanks! -- Justin