Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qdi9i-004Svs-Mb for pgsql-hackers@arkaria.postgresql.org; Wed, 06 Sep 2023 02:20:35 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qdi9h-0060T8-IB for pgsql-hackers@arkaria.postgresql.org; Wed, 06 Sep 2023 02:20:33 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qdi9h-0060Sz-56 for pgsql-hackers@lists.postgresql.org; Wed, 06 Sep 2023 02:20:32 +0000 Received: from mout-u-204.mailbox.org ([80.241.59.204]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qdi9c-003JqG-MX for pgsql-hackers@lists.postgresql.org; Wed, 06 Sep 2023 02:20:32 +0000 Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-204.mailbox.org (Postfix) with ESMTPS id 4RgR145Tbbz9sSS; Wed, 6 Sep 2023 04:20:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ewie.name; s=MBO0001; t=1693966824; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=k2h9ynGEYPvkX7c4dU1V9l3XWmbPioLbCfm8DM1PR4c=; b=nx8uG/JUxeJryzQY0xL/zOa2iSxpg6eVPfyn9XI3QQqLVY1X/iJAdj7hBetmCAK9tZnWwo xubBD6ePvJiiEk1lgKzx1XHfaR8DIehveFI/1YnQGacQ1GABFTBk6sC2jHyYLbDO+w1wDK FLtz1TpPgkltWdcQA1yXVIgV3qrvXZRQp6R5tKh2N+2f5pbNFVliSPkg8EEHGttbdp4IEJ 1KG1ne1gWpclaC88AZwUkwm3NWpUpOmPqYhfL/jhGUnmr+92bCc5SV3ftnXeOek6I9ROaZ 8msSb+nXVrXR1Y8NbOrOqly8qawV9MAd+bEhGiX1ha8S6kDD/2SPMZSbZL+LFQ== Date: Wed, 6 Sep 2023 04:20:23 +0200 (CEST) From: Erik Wienhold To: Michael Paquier , "Drouvot, Bertrand" Cc: PostgreSQL Hackers Message-ID: <381232516.296395.1693966823970@office.mailbox.org> In-Reply-To: References: <20230716192120.t53prl2uruingo6z@awork3.anarazel.de> <6dc1587f-2ca6-4dd6-b389-94a05912fda5@gmail.com> <171299a1-6110-43ca-bb79-66b82e0baa12@gmail.com> Subject: Re: Autogenerate some wait events code and documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Normal X-Rspamd-Queue-Id: 4RgR145Tbbz9sSS List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 05/09/2023 13:50 CEST Michael Paquier wrote: > On Tue, Sep 05, 2023 at 11:06:36AM +0200, Drouvot, Bertrand wrote: > > Oh ok, out of curiosity, why are 2 whitespaces intentional? > > That depends on the individual who write the code, but I recall that > this is some old-school style from the 70's and/or the 80's when > typing machines were still something. I'm just used to this style > after the end of a sentence in a comment. FYI: https://en.wikipedia.org/wiki/Sentence_spacing -- Erik