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 1rRmZF-009JTf-IE for pgsql-hackers@arkaria.postgresql.org; Mon, 22 Jan 2024 05:09:54 +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 1rRmZE-000qgz-H4 for pgsql-hackers@arkaria.postgresql.org; Mon, 22 Jan 2024 05:09:52 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rRmZE-000qgq-7j for pgsql-hackers@lists.postgresql.org; Mon, 22 Jan 2024 05:09:52 +0000 Received: from mail-lj1-x232.google.com ([2a00:1450:4864:20::232]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1rRmZB-002jXZ-Pp for pgsql-hackers@lists.postgresql.org; Mon, 22 Jan 2024 05:09:51 +0000 Received: by mail-lj1-x232.google.com with SMTP id 38308e7fff4ca-2cdb50d8982so29693041fa.2 for ; Sun, 21 Jan 2024 21:09:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1705900188; x=1706504988; darn=lists.postgresql.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=/sH15a5skU5NIYP0UFda5KD2JtUhA/5umvdjZ90Xky4=; b=VXMp6Em/nZDSVh69K1/Kfipa/ohWa6eP+n6518HRR3x85qMFkR9MSfGqsOrW7huLKC ZsPdK+i09VhfZ4Mhq6QimLPmNUPxpgarpuU42rhSqTZEDgYcBG259bKVnAVp9lQoaUUq JbJIvXjWPoZ2HkAlOl+Z0FudVlfdH5dUtJQ9PwDEAdrWydixL1OH3LdRBIsWdMMrze4J iBWUaFxHD1P1cE6VeBHF/ZBzmQdeFsVYe8Xf16JwE7hgymWxe0DpNXs6iv0+B11wc9D1 MxXc5lDH9jF+8Ijj3dWu+bOi2vSGXJLnQoWhRZnL+4eBT7RSze0uPOGXqXe6/iz35ErQ QLCw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705900188; x=1706504988; 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=/sH15a5skU5NIYP0UFda5KD2JtUhA/5umvdjZ90Xky4=; b=hjbNAlu6UJVvgYJVzPkv+PqWb9Ww0SogcX5xhCTH/shZeLlLPApK94a9faX6fMka37 ZE7Zq9d5nb2pKM1Scn53iHYuDYR7m8lvMAZrXQmMmK6Wd/auTkCb3AkzGpBgr78h3IIL 2hMORBgQRtWX6YZWHzcAuE6scFg7huykNIeCTTC4WkqG+i7ysLrjtiJTZDEdj+V8H3vL tKJu1nw6bttmlvuCdRJQs2gVJyo813sn5caqvfrJIN8xhdGqJMPeUFg0xULmwvQChiBr ZpeX+GhbyJS4nobELhHec3pUEvX+DB6cUK/3Wtr2JYiaxwycf5Y1O+teHgCumUCFuRww /zqQ== X-Gm-Message-State: AOJu0Yx7dNHQK6nSfaZCpufElrOXSofwMwSzmTTvv0KhlIqqkHnz/cjb C6L1boxSoU11nGgXycefgVplHrDwdN2uo23g2Il2lzknDDX1lpwHgXqb6Bs5SYEG/lN9hZs5r3p 6ZsFuLiTYs+vu5tIY1UCgLGvHzCQ= X-Google-Smtp-Source: AGHT+IFN4sq9UXHQmDTgMzy8PGZFr7QmwcRefR8t2z/C0pW5iRHaJW4bJ8zylrhPykQOSbIwOTdKd41lWMItPgPKW/k= X-Received: by 2002:a2e:bd01:0:b0:2ce:926:f62f with SMTP id n1-20020a2ebd01000000b002ce0926f62fmr1432374ljq.73.1705900188135; Sun, 21 Jan 2024 21:09:48 -0800 (PST) MIME-Version: 1.0 References: <20240111.161816.1259268425616323411.horikyota.ntt@gmail.com> <20240116.115703.2298339297458587094.horikyota.ntt@gmail.com> In-Reply-To: From: Peter Smith Date: Mon, 22 Jan 2024 16:09:28 +1100 Message-ID: Subject: Re: Make mesage at end-of-recovery less scary. To: Michael Paquier Cc: Aleksander Alekseev , pgsql-hackers@lists.postgresql.org, Kyotaro Horiguchi , vignesh21@gmail.com, stark.cfm@gmail.com, alvherre@alvh.no-ip.org, pryzby@telsasoft.com, andres@anarazel.de, ashu.coek88@gmail.com, pashkin.elfe@gmail.com, bossartn@amazon.com, david@pgmasters.net, peter.eisentraut@2ndquadrant.com, jtc331@gmail.com, robertmhaas@gmail.com Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk 2024-01 Commitfest. Hi, This patch has a CF status of "Needs Review" [1], but it seems there were CFbot test failures last time it was run [2]. Please have a look and post an updated version if necessary. ====== [1] https://commitfest.postgresql.org/46/2490/ [2] https://cirrus-ci.com/github/postgresql-cfbot/postgresql/commitfest/46/2490 Kind Regards, Peter Smith.