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 1o8dLZ-0004so-6w for pgsql-hackers@arkaria.postgresql.org; Tue, 05 Jul 2022 07:51:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1o8dLY-0005EJ-2L for pgsql-hackers@arkaria.postgresql.org; Tue, 05 Jul 2022 07:51:48 +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 1o8dLX-0005Dy-IR for pgsql-hackers@lists.postgresql.org; Tue, 05 Jul 2022 07:51:47 +0000 Received: from mail-ot1-x32c.google.com ([2607:f8b0:4864:20::32c]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1o8dLT-0003z4-Lh for pgsql-hackers@postgresql.org; Tue, 05 Jul 2022 07:51:46 +0000 Received: by mail-ot1-x32c.google.com with SMTP id q18-20020a9d7c92000000b00616b27cda7cso9095070otn.9 for ; Tue, 05 Jul 2022 00:51:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=leadboat.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=eKDG366ir7JmU0VTqZYNMGxdQclnR/aSFPTp7T9BLzM=; b=TJJtMef3qSKec6WWtspoA3NqDnZpM6ablD+3aVRsTCgKxZ6LZ/FAAgVJGlKb2x1oeM TRdlzBNBp8P1nInsr+iYj3hpNC1snpauojIHOjBvXQpP+s98IR3ZGIMeoOLr9p9Y+Hot rqRyprYbVnHLeKuUZNs2IidDZ1Bopx9TgrzXs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=eKDG366ir7JmU0VTqZYNMGxdQclnR/aSFPTp7T9BLzM=; b=HiJs4GszcomVhoeq0PL1enNsdFGKY3NPEH3yXkhpvZBHgFX36vhYL1LREcQDCg6/Tz vwXnd4s2jjgIdpE/smPsRlRtszXOf2xLekfC0Z0id/nFuvWGvTc6zKk45s/4XPM8ESfq 9p0CWIsODH+xenAcZ6sNB6Wzgbinlq+jW6W5qnRX/xx/5HNyt7Mb+ZlVqQ6DVHbDoabh A56daJ6ynSb/lHzVWfIwESxghSEs07YqwDJ0vUBWYN4pwLDF0u2ngj8b0rgmGAAdANvR v0J+hSVK2V2buwSyRwOmbgtXvvamiWhJ7AoQcd8UqHMgILvKK/hGYhxaFCLr9djuh1C5 29hg== X-Gm-Message-State: AJIora9EswmxxUGlQ72m9iLBS1tJ1mW8MpI3MS8MTH3ZIFo4PlxDpyam C94Hmu93n5mxwyn+hDSFEzTOeg== X-Google-Smtp-Source: AGRyM1sg6xrxZbhPEWDkkYC3DL/dYY7bLrG22THXYLdyJT4PKnSVm0EaKy/MqRbpzIhEiuxUe0xCPg== X-Received: by 2002:a9d:198c:0:b0:60c:7ecc:5c19 with SMTP id k12-20020a9d198c000000b0060c7ecc5c19mr14609486otk.160.1657007502838; Tue, 05 Jul 2022 00:51:42 -0700 (PDT) Received: from rfd.leadboat.com ([2600:1702:a20:5750::2e]) by smtp.gmail.com with ESMTPSA id b4-20020a056808010400b0033519ba7d22sm14654271oie.32.2022.07.05.00.51.41 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Jul 2022 00:51:42 -0700 (PDT) Date: Tue, 5 Jul 2022 00:51:39 -0700 From: Noah Misch To: David Rowley Cc: Justin Pryzby , Robert Haas , Joe Conway , PostgreSQL-development , Fabien COELHO , Amit Kapila , Masahiko Sawada Subject: Re: typos Message-ID: <20220705075139.GA2566600@rfd.leadboat.com> References: <20220411020336.GB26620@telsasoft.com> <20220411101005.GD26620@telsasoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Thu, Apr 14, 2022 at 08:56:22AM +1200, David Rowley wrote: > 0007: Not pushed. No space after comment and closing */ pgindent > fixed one of these but not the other 2. I've not looked into why > pgindent does 1 and not the other 2. > -/* get operation priority by its code*/ > +/* get operation priority by its code */ pgindent never touches comments that start in column zero. (That's why many column-0 comments are wrapped to widths other than the standard 78.)