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.96) (envelope-from ) id 1vponV-00Gic4-2n for pgsql-hackers@arkaria.postgresql.org; Tue, 10 Feb 2026 14:33:02 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vponU-00FZnV-32 for pgsql-hackers@arkaria.postgresql.org; Tue, 10 Feb 2026 14:33:00 +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.96) (envelope-from ) id 1vponU-00FZnL-1n for pgsql-hackers@lists.postgresql.org; Tue, 10 Feb 2026 14:33:00 +0000 Received: from meesny.iki.fi ([195.140.195.201]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1vponS-00000001SPU-0k35 for pgsql-hackers@postgresql.org; Tue, 10 Feb 2026 14:32:59 +0000 Received: from [10.0.2.15] (unknown [130.41.208.2]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange x25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: hlinnaka) by meesny.iki.fi (Postfix) with ESMTPSA id 4f9PDR5lCPzyW5; Tue, 10 Feb 2026 16:32:55 +0200 (EET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iki.fi; s=meesny; t=1770733976; 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=G1N571vfIRYg3h4ppu/l+LlcM0R5pAeBJeAFLKvN+U0=; b=BzqMcevVTLLNpjRebCruRJsKDY7eO33Hiyg4ck5CsVnNMUCYE37H8qRdc5W2Y6YAA9zU1x SL8AKG1iIU8gpLIFrYN7FD2iwk5fIC2U6TsD++7nHEJBgC6QNwbNyiSjvxqo2g2FsTtm1K p15hCIk3a8o2XNvb5MmavLh8O50Sm38= ARC-Seal: i=1; a=rsa-sha256; d=iki.fi; s=meesny; cv=none; t=1770733976; b=XfvbstPDrSPuKy5YYAVpLTU33WS5CL6gJRUoyBNi9GC0l2dHnQjdjlM+eI+OJNUuAt7aFt GqJ43kYyzYPwWE9ewt6FnpGe7+rM/tKRrh/DI+FaH0sz/tYvYvW28i9NVcbt83CuqOFBuX L3D/ZDn2nzoy9LpOUsVS/b1Wvx2Z6DM= ARC-Authentication-Results: i=1; ORIGINATING; auth=pass smtp.auth=hlinnaka smtp.mailfrom=hlinnaka@iki.fi ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=iki.fi; s=meesny; t=1770733976; 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=G1N571vfIRYg3h4ppu/l+LlcM0R5pAeBJeAFLKvN+U0=; b=FNMDFUp7X3SkddTcpm11+AAPKHvBM30dCpw0aaA3dcOST2dNAjyGHGZh3dl2aTzZlA80kf xwM31zi274gTd7x+XSnMdEieANn8VURQ+VPQB925qNTUvRgMckQ/r3eR7VY4o9eM1ICifx pT4q1XWTs/FyEV06uDmP22O2WWslHGY= Message-ID: <70774903-9f03-4816-b008-e2002a652bb9@iki.fi> Date: Tue, 10 Feb 2026 16:32:54 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Refactor recovery conflict signaling a little From: Heikki Linnakangas To: Chao Li Cc: "pgsql-hackers@postgresql.org" References: <4cc13ba1-4248-4884-b6ba-4805349e7f39@iki.fi> <81b2c9a1-6d75-4ba9-894c-fd66c9036d99@iki.fi> Content-Language: en-US In-Reply-To: <81b2c9a1-6d75-4ba9-894c-fd66c9036d99@iki.fi> 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 03/02/2026 15:31, Heikki Linnakangas wrote: > Attached are new versions of the remaining patches, with the above and > the typo and whitespace fixes that you pointed out. I hear no objectons, so committed. Thanks for the review! - Heikki