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 1u6tkr-007HjY-Ub for pgsql-general@arkaria.postgresql.org; Mon, 21 Apr 2025 16:12:22 +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 1u6tkq-006YnJ-4T for pgsql-general@arkaria.postgresql.org; Mon, 21 Apr 2025 16:12:20 +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 1u6tkp-006Yn8-P0 for pgsql-general@lists.postgresql.org; Mon, 21 Apr 2025 16:12:20 +0000 Received: from sm-r-002-dus.org-dns.com ([89.107.70.11]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u6tkn-001Ckm-2E for pgsql-general@lists.postgresql.org; Mon, 21 Apr 2025 16:12:19 +0000 Received: from smarthost-dus.org-dns.com (localhost [127.0.0.1]) by smarthost-dus.org-dns.com (Postfix) with ESMTP id 5BFE7A1AA4 for ; Mon, 21 Apr 2025 18:12:15 +0200 (CEST) Received: by smarthost-dus.org-dns.com (Postfix, from userid 1001) id 4F423A1AE7; Mon, 21 Apr 2025 18:12:15 +0200 (CEST) X-Spam-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,DMARC_PASS, KAM_INFOUSMEBIZ,SPF_HELO_PASS,SPF_PASS autolearn=no autolearn_force=no version=4.0.1 Received: from ha01s018.org-dns.com (ha01s018.org-dns.com [62.108.32.138]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smarthost-dus.org-dns.com (Postfix) with ESMTPS id 1C6D6A1AA4 for ; Mon, 21 Apr 2025 18:12:15 +0200 (CEST) Authentication-Results: ha01s018.org-dns.com; spf=pass (sender IP is 146.185.68.202) smtp.mailfrom=thiemo@gelassene-pferde.biz smtp.helo=dummy.faircode.eu Received-SPF: pass (ha01s018.org-dns.com: connection is authenticated) Date: Mon, 21 Apr 2025 18:12:13 +0200 (GMT+02:00) From: Thiemo Kellner To: pgsql-general@lists.postgresql.org Message-ID: In-Reply-To: References: <20250420091033.n437fdrkihtjrncd@hjp.at> <20250421084717.4edbhu6a7duiqw42@hjp.at> Subject: Re: Order of update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Correlation-ID: X-PPP-Message-ID: <174525193493.463078.12917100385973502708@ha01s018.org-dns.com> X-PPP-Vhost: gelassene-pferde.biz X-POWERED-BY: wint.global - AV:CLEAN SPAM:OK List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk I wonder if that is a corner case. Updating a unique key sounds to me like a design flaw in the first place.