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 1pSZ66-0007nj-No for pgsql-hackers@arkaria.postgresql.org; Thu, 16 Feb 2023 07:54:30 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pSZ65-0006c2-Ht for pgsql-hackers@arkaria.postgresql.org; Thu, 16 Feb 2023 07:54:29 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pSZ65-0006bs-6k for pgsql-hackers@lists.postgresql.org; Thu, 16 Feb 2023 07:54:29 +0000 Received: from mail-yb1-xb29.google.com ([2607:f8b0:4864:20::b29]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1pSZ62-0006W6-JV for pgsql-hackers@lists.postgresql.org; Thu, 16 Feb 2023 07:54:28 +0000 Received: by mail-yb1-xb29.google.com with SMTP id x4so1250991ybp.1 for ; Wed, 15 Feb 2023 23:54:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=VtHuo3p0yZM3gnCL2PC5p8LZm0ospiM8nZwtEXm7GUQ=; b=P+Uj72KC9tp0QVGcmxi6cy3eRS0aB3wqgcDtNfQzCaqNsli26Mslnm5DzNh1Y/GuFm 3ZMjmvyyVDKQOE++w4QG4JZI8cLCtNaOqtB1OnBq78SDoiaxsBwTqwhvV7Rx6IUow+Aw xc9i5y0LkR5INDUwYef82srCYW/d10HZJM/GKFFN6j6WLlHNQuATLMwionqpp8vac1CB E7u6QNwaOrDlFqMSET6aIj/1BOGyrV8Ook3gQNrC3e3qOrVBOKsHaGlEfWi0UH8FzvHB ELV3WFcxIgAKVV1DKf2uNNLj+iJn4CNPrTAxBKfyYUImE87jkb9quLhc1cvWwu/ivVMq Ch3w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=VtHuo3p0yZM3gnCL2PC5p8LZm0ospiM8nZwtEXm7GUQ=; b=gP9G8WGSVqAY49RezRtnX8tJm+zjm4Kr75Pu3uK3gvjxhXrcDidJczSA2UD6wAd3NN YGzrWEEFY9s4Ys5nF4rtXA9dCMWPcAq4IUf7AZKgODlPTPRjhQcZZPM7mshZqbuqkX1K iJvhCucJCOEfZHmm9sHuu5jxEyZJ0nhVQrJXKL7E2zeGjcACrX3+NR3rYXzbsGDunqT0 NsAn8Uz0BlGXZlT0yrO87I/18FR3lQzAJYUBqUiz0O8K0xnEtxTtS0fAdpqOGmUJHWLY oJTZRkc1cfErApPEZ6ISVV1NkHL6s9bDpforEJlWrAw+SBBOZfhez/vfEJ/Z0mkbooy1 OlRg== X-Gm-Message-State: AO0yUKVeDnKKIHU9hdv23GWyLEw39+bE/JV/QxnGgWS0iAl7G6HfksC1 tYdRR3ntbBvOt8WldFHyo+jCrwf0XIiZMRBuRoM= X-Google-Smtp-Source: AK7set8U1vfdeRTV99FxTmUnJuuVFIC61M6lk0ACQsANSDttUvySIfAcUY9L0jEvr9Cl7E6pQ7YbwYKtM5HoUODxAPU= X-Received: by 2002:a25:9b44:0:b0:900:c3fd:a07c with SMTP id u4-20020a259b44000000b00900c3fda07cmr551293ybo.661.1676534064770; Wed, 15 Feb 2023 23:54:24 -0800 (PST) MIME-Version: 1.0 References: <20230216000659.GA1932550@nathanxps13> <20230216064120.GA2016097@nathanxps13> In-Reply-To: From: Dilip Kumar Date: Thu, 16 Feb 2023 13:24:08 +0530 Message-ID: Subject: Re: DDL result is lost by CREATE DATABASE with WAL_LOG strategy To: Robert Haas Cc: Nathan Bossart , Michael Paquier , "Ryo Matsumura (Fujitsu)" , PostgreSQL Hackers Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Thu, Feb 16, 2023 at 12:38 PM Robert Haas wrote: > > On Thu, Feb 16, 2023 at 12:32 PM Dilip Kumar wrote: > > I think the below change is not relevant to this bug right? > > > > diff --git a/src/test/recovery/meson.build b/src/test/recovery/meson.build > > index 209118a639..6e9f8a7c7f 100644 > > --- a/src/test/recovery/meson.build > > +++ b/src/test/recovery/meson.build > > @@ -39,6 +39,7 @@ tests += { > > 't/031_recovery_conflict.pl', > > 't/032_relfilenode_reuse.pl', > > 't/033_replay_tsp_drops.pl', > > + 't/100_bugs.pl', > > ], > > }, > > } > > Why not? The patch creates 100_bugs.pl so it also adds it to meson.build. Yeah my bad, I somehow assumed this was an existing file. -- Regards, Dilip Kumar EnterpriseDB: http://www.enterprisedb.com