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 1t2vsF-008hId-Pz for pgsql-hackers@arkaria.postgresql.org; Mon, 21 Oct 2024 17:07:19 +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 1t2vsC-009dcQ-UN for pgsql-hackers@arkaria.postgresql.org; Mon, 21 Oct 2024 17:07:17 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t2vsC-009dcI-KJ for pgsql-hackers@lists.postgresql.org; Mon, 21 Oct 2024 17:07:16 +0000 Received: from mail-ej1-x634.google.com ([2a00:1450:4864:20::634]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1t2vsA-002FoQ-CX for pgsql-hackers@postgresql.org; Mon, 21 Oct 2024 17:07:16 +0000 Received: by mail-ej1-x634.google.com with SMTP id a640c23a62f3a-a99fa009adcso260480966b.0 for ; Mon, 21 Oct 2024 10:07:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1729530432; x=1730135232; darn=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=mNGx4TS7007mS41hsrBWK/Q1U5IRAxx7D3OtdZD2nFc=; b=LjANutJMQ6cRiPQ2mjOTBQibYLd3sD740ZaZXnECL/EzBArX8zSI1Mbnh7QdJHPhTs mIBp4mATn3EwgY1R7iAHbgtny+j4c0ZQloz9lnAynLUsgeIc/1GIrRWhI1o0HgoXx/an NRtfHkLb1r6cMM3Hft3gndGlAGoa/SdqjTNymNlojpgLUJy++SUCBpvs/v/cyiRv+JEH Uy+Cbl+LyewRmlIT2v2GBrfKmADNuOYpdE/aATjoJC6zVsdcNjTyuMETcUXDwT50TcRm UMU29bn4FuhWFpe8Ug9xSdvFVolOhzeB+80Fh5cKfra/KwKw0l5zyWcSlU4FKzEmYSzW bX3g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1729530432; x=1730135232; 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=mNGx4TS7007mS41hsrBWK/Q1U5IRAxx7D3OtdZD2nFc=; b=BNk2ZywY3zztYiU0PvPpF6zQmasi2TCn588ww+eGAiYC+kV+PCIB9GiPGn/7N80OAx QWs0cvfuUHZhcP/mqoksBeOn+LrDRAxKxvfmuEQE/lc9ywdW3/ULkuwZf6Y8biQ/bc6g R2wniVwzYtStqd20L2mQaJpbxojWgf7DRVas0i0Crf/CJSpKKzTN7xnqt+owO9KCzO3g fuxHACISsq241asnzh/rWAwKrjwa1YyEfZO25s78x61KuPphnfutRxdVyfBVoW5hOUS/ h2QoHz2lvzReYlA7J6C1iMigNbOEups1f4WJWcMZN+VzovwYzXUBlpCqvtHzZcnwDfDh pRdA== X-Forwarded-Encrypted: i=1; AJvYcCWByprAwGST+vidCCGvlhHrY7KOqK/j65GxSIVxjDkL+1ltYQN8LBAH9cSU6usB/ZkhZ6hEhNSN0WtNP6zJ@postgresql.org X-Gm-Message-State: AOJu0YwAOtiPnR89fSHlEJuY/efouMIXV56fjYBj9FXVK0kgAop9NwJ+ BubOiU5CyLgZFxN9TUgl5CalG5Va3HAsAF6KRnIyncfY8eeJzQkHusDMuG9Nw2PVwgP93Ut3MXW Jh+YD8tDpEAOGUE3+n/a5ush2+t8= X-Google-Smtp-Source: AGHT+IG+BvmKdYNSQVgzFZaGHzgveSGl4+OhZRIom5Ounu5gsUbAhVnIbWOnsznmhvs7lI+mqG5ktJTgvwnu8VYcaRM= X-Received: by 2002:a05:6402:1d52:b0:5cb:65f4:7d91 with SMTP id 4fb4d7f45d1cf-5cb65f47da5mr7237664a12.29.1729530432083; Mon, 21 Oct 2024 10:07:12 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Michail Nikolaev Date: Mon, 21 Oct 2024 19:06:59 +0200 Message-ID: Subject: Re: [BUG?] check_exclusion_or_unique_constraint false negative To: "Zhijie Hou (Fujitsu)" Cc: Amit Kapila , "Hayato Kuroda (Fujitsu)" , PostgreSQL Hackers , Andres Freund Content-Type: multipart/alternative; boundary="0000000000000861b70624ffaf22" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000000861b70624ffaf22 Content-Type: text/plain; charset="UTF-8" Hello, Hou! I have sent [0] reproducer within the context of conflict detection and resolution to the original thread. [0]: https://www.postgresql.org/message-id/flat/CANtu0ojMjAwMRJK%3DH8y0YBB0ZEcN%2BJbdZeoXQn8dWO5F67jgsA%40mail.gmail.com#f5d1baf4702685aedf23daa9addc012e > --0000000000000861b70624ffaf22 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,=C2=A0Hou!

I have sent= [0] reproducer within the context=C2=A0of conflict detection and resolutio= n to the original thread.

--0000000000000861b70624ffaf22--