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 1nENf4-000274-9c for pgsql-hackers@arkaria.postgresql.org; Mon, 31 Jan 2022 03:47:26 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nENf2-0003nn-8Y for pgsql-hackers@arkaria.postgresql.org; Mon, 31 Jan 2022 03:47:24 +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 1nENf1-0003ne-UR for pgsql-hackers@lists.postgresql.org; Mon, 31 Jan 2022 03:47:23 +0000 Received: from mail-pj1-x1029.google.com ([2607:f8b0:4864:20::1029]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1nENez-0000gL-Qx for pgsql-hackers@postgresql.org; Mon, 31 Jan 2022 03:47:23 +0000 Received: by mail-pj1-x1029.google.com with SMTP id r59so12649637pjg.4 for ; Sun, 30 Jan 2022 19:47:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=Z4oZiETpPh7P5yE9/PvxIkPCHD6wL8Fv7z62zbn0OlU=; b=VhgYLAff/1Oi4XbNA4xQ/pxXbuZMVt/osBh/oHV4EaN/pueYMdLfuVzKz+MmWOosKQ fRdfXJcJuPCy/V/QJtc6xqZ+3LRV4x09VngZCGbzAZDaV0D0fUqvZYJNfjQFjPEBqK+g EvvH09DymS6yDJfxgt2etZMbAi9AOoqAsOJUNaARfkP/NCl8mfPdG6lAsK1Txybn/n/o GXVPbBNsVusJzLUwco6x7KZNGJDwXoeIpAmot1ZFdyfh6ivTeO6QWMH+PFEOVdm0R5Y1 B9ZUnwp18VJzRUcfR9uz9MAca+b7QnBwCx6dLeIJaRq47hDUw2R39zovWJvnsgM4MOuK +REg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Z4oZiETpPh7P5yE9/PvxIkPCHD6wL8Fv7z62zbn0OlU=; b=H/6QSICgOf00/hqLrb+frKQjJOlhy6mG5ptT6zL7VnGTLC3VRhPqMwiKo1IML3Pt3h W3IF1HbmqlsFfb0PgiAUwZFkjCG+0vn52j30Ew0dHSYGIKFXj+9eEVZ4TuhYEkdxWH3i KMjOcDh2pjdFZKRkA6KbdAiiUjAwUUlbQKYkxla6gTxr+zV+3gT0o6u68iBq2QR2Iv9g 0a1NkoJLFq6YbxoTOydu0oMdwuElMVJqwcQiYg7A2z5xEW5LT3k4CYHdctjo1uuT3Yaq Cq5TVwxDwiw/RQTAnwp2TtkONuTlV42Z+YZda39T6oyqDMggcXV1xnmKvv+5dlO8Sfd5 qCjQ== X-Gm-Message-State: AOAM532TBpNuOoOYTbXRLY+EM3EJKYmCjxpfZPdiuAHyI5XuuWEHt1yi RTd+luhxkSdjkHuS+NIiw2s= X-Google-Smtp-Source: ABdhPJyiiqXnIcpPnqzVt7PFU6mpja4b/m5E86nGZyVpkCKcVTV6MTuw9bmBii8ikTEEakghzHl39A== X-Received: by 2002:a17:90b:4ad1:: with SMTP id mh17mr22193220pjb.135.1643600839569; Sun, 30 Jan 2022 19:47:19 -0800 (PST) Received: from jrouhaud (1-171-180-200.dynamic-ip.hinet.net. [1.171.180.200]) by smtp.gmail.com with ESMTPSA id p22sm15483665pfw.139.2022.01.30.19.47.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 30 Jan 2022 19:47:19 -0800 (PST) Date: Mon, 31 Jan 2022 11:46:44 +0800 From: Julien Rouhaud To: David Christensen Cc: Tom Lane , "David G. Johnston" , Peter Eisentraut , PostgreSQL-development Subject: Re: DELETE CASCADE Message-ID: <20220131034644.d7doxo2wc34lo6mp@jrouhaud> References: <2432009.1632502808@sss.pgh.pa.us> <20220112085727.rxzbe3u2ebidht5a@jrouhaud> <20220125142653.ipae2uyyq6k6a5tv@jrouhaud> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220125142653.ipae2uyyq6k6a5tv@jrouhaud> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi, On Tue, Jan 25, 2022 at 10:26:53PM +0800, Julien Rouhaud wrote: > > It's been almost 4 months since your last email, and almost 2 weeks since the > notice that this patch doesn't apply anymore. Without update in the next > couple of days this patch will be closed as Returned with Feedback per the > commitfest rules. Closed.