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 1pT1Ud-0003Oi-E8 for pgsql-hackers@arkaria.postgresql.org; Fri, 17 Feb 2023 14:13:43 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pT1Uc-0007kW-1T for pgsql-hackers@arkaria.postgresql.org; Fri, 17 Feb 2023 14:13:42 +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 1pT1Ub-0007kL-3z for pgsql-hackers@lists.postgresql.org; Fri, 17 Feb 2023 14:13:41 +0000 Received: from new1-smtp.messagingengine.com ([66.111.4.221]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pT1UX-0003F9-OP for pgsql-hackers@lists.postgresql.org; Fri, 17 Feb 2023 14:13:39 +0000 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailnew.nyi.internal (Postfix) with ESMTP id 95EB6582128; Fri, 17 Feb 2023 09:13:36 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 17 Feb 2023 09:13:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; t=1676643216; x= 1676650416; bh=yEgD7UuGv+OaNkXAWSmtGeb3+/fxV1BRO1mzn9Ma4DA=; b=R +YgKiB8beyvvlJXlwa5fO9Yvj4r1ZkEYTtM7xvU59jj3dwiSplDvoOktl7kR3jzg JDSlNoFMTkRSXEAbCu71QEt3ROZerHLyp59pkYsCVz29hOEivGVbIMx9KdsCvcA/ RdJ14ZS6B0xf2lPn5l5BUQ6KfKUcqsXPfqrBLMXJbXZTWPbM5P6pUWVDjMHUyey9 YiqHEIQ2UP6AFTTyMcfn+7T1pliShVvbwoCE94iBk9BOdIIErN/q8ITzR/rkWzeD HOAuZ3geBbpzSVddYXoYLv2hExidZ+YgvMWm4LKJGWfyay9p4omP0TLPL7k09F3k 3XWf4G1ZYA5q1dBH1h+1w== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrudeiledgheelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepkfffgggfuffvvehfhfgjtgfgsehtjeertddtfeejnecuhfhrohhmpefrvght vghrucfgihhsvghnthhrrghuthcuoehpvghtvghrrdgvihhsvghnthhrrghuthesvghnth gvrhhprhhishgvuggsrdgtohhmqeenucggtffrrghtthgvrhhnpedthedujeffiedtheff gedvfeelvdevgfetvefgveelfeeutdekvdeuheeileeiteenucffohhmrghinhepsghugh hsrdhplhenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhm pehpvghtvghrrdgvihhsvghnthhrrghuthesvghnthgvrhhprhhishgvuggsrdgtohhm X-ME-Proxy: Feedback-ID: i131946ab:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 17 Feb 2023 09:13:35 -0500 (EST) Message-ID: <0d004eac-9d94-0a81-cad3-20d9c4847d71@enterprisedb.com> Date: Fri, 17 Feb 2023 15:13:32 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: DDL result is lost by CREATE DATABASE with WAL_LOG strategy Content-Language: en-US To: Andres Freund , Robert Haas Cc: Dilip Kumar , Nathan Bossart , Michael Paquier , "Ryo Matsumura (Fujitsu)" , PostgreSQL Hackers References: <20230216000659.GA1932550@nathanxps13> <20230216064120.GA2016097@nathanxps13> <20230216212934.ocx4ttgafl5uu4m6@awork3.anarazel.de> From: Peter Eisentraut In-Reply-To: <20230216212934.ocx4ttgafl5uu4m6@awork3.anarazel.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 16.02.23 22:29, Andres Freund wrote: > What's the story behind 100_bugs.pl? This name clearly is copied from > src/test/subscription/t/100_bugs.pl - but I've never understood why that is > outside of the normal numbering space. Mainly to avoid awkwardness for backpatching. The number of tests in src/test/subscription/ varies quite a bit across branches.