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 1o7HzC-0006TJ-Th for pgsql-hackers@arkaria.postgresql.org; Fri, 01 Jul 2022 14:51:11 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1o7HzB-0000lU-PD for pgsql-hackers@arkaria.postgresql.org; Fri, 01 Jul 2022 14:51:09 +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 1o7HzA-0000lL-Qi for pgsql-hackers@lists.postgresql.org; Fri, 01 Jul 2022 14:51:09 +0000 Received: from smtp-fw-6001.amazon.com ([52.95.48.154]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o7Hz6-0007ft-0B for pgsql-hackers@postgresql.org; Fri, 01 Jul 2022 14:51:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1656687064; x=1688223064; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=RCe0n/pFuh0nndV0QQLi6sJvq+Vaoxhkgu/kOVXDZdw=; b=K/GNtkCKdqAel8BrKTyDETu6ag82q6b2y75KHAPeBqLuzv4sSoaRr8F/ HTyFPtGszCRg2u5dAHuUhScoe7DkFDfc0CqSbc48svhtvWN7J8OEd+9bx aT7HMR7Y7ys5bTe6aOQArCYk/iNVQ5nsayKM/j5TLedB4GQTgV+0znpyd E=; Received: from iad12-co-svc-p1-lb1-vlan3.amazon.com (HELO email-inbound-relay-iad-1a-8691d7ea.us-east-1.amazon.com) ([10.43.8.6]) by smtp-border-fw-6001.iad6.amazon.com with ESMTP; 01 Jul 2022 14:51:02 +0000 Received: from EX13MTAUEA001.ant.amazon.com (iad12-ws-svc-p26-lb9-vlan2.iad.amazon.com [10.40.163.34]) by email-inbound-relay-iad-1a-8691d7ea.us-east-1.amazon.com (Postfix) with ESMTPS id DCABDC1101; Fri, 1 Jul 2022 14:51:00 +0000 (UTC) Received: from EX13D04UEA001.ant.amazon.com (10.43.61.40) by EX13MTAUEA001.ant.amazon.com (10.43.61.243) with Microsoft SMTP Server (TLS) id 15.0.1497.36; Fri, 1 Jul 2022 14:50:59 +0000 Received: from [192.168.31.239] (10.43.160.95) by EX13D04UEA001.ant.amazon.com (10.43.61.40) with Microsoft SMTP Server (TLS) id 15.0.1497.36; Fri, 1 Jul 2022 14:50:58 +0000 Message-ID: <80684017-18c6-4116-9249-bb049ffe1ecf@amazon.com> Date: Fri, 1 Jul 2022 10:50:56 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.0 Subject: Re: [PoC/RFC] Multiple passwords, interval expirations Content-Language: en-US To: Stephen Frost , Gurjeet Singh CC: Jacob Champion , PostgreSQL-development References: <20220701002034.GA9030@tamriel.snowman.net> From: "Brindle, Joshua" In-Reply-To: <20220701002034.GA9030@tamriel.snowman.net> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.43.160.95] X-ClientProxiedBy: EX13D40UWA002.ant.amazon.com (10.43.160.149) To EX13D04UEA001.ant.amazon.com (10.43.61.40) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 6/30/22 8:20 PM, Stephen Frost wrote: > Greetings, > > * Gurjeet Singh (gurjeet@singh.im) wrote: >> I am planning on picking it up next week; right now picking up steam, >> and reviewing a different, smaller patch. > Great! Glad that others are interested in this. > >> At his behest, I had a conversation with Joshua (OP), and have his >> support to pick up and continue working on this patch. I have a some >> ideas of my own, on what this patch should do, but since I haven't >> fully reviewed the (bulky) patch, I'll reserve my proposals until I >> wrap my head around it. > I'd be curious as to your thought as to what the patch should be doing. > Joshua and I had discussed it at some length as he was working on it. Adding myself to the CC list here /waves I gave Gurjeet a bit of a brain dump on what I had planned (and what we'd talked about), though he's free to take it in a different direction if he wants. >> Please expect some activity on this patch towards the end of next week. > I've gone ahead and updated it, cleaned up a couple things, and make it > so that check-world actually passes with it. Attached is an updated > version and I'll add it to the July commitfest. Ah, thanks. Hopefully it wasn't too horrible of a rebase. > Thanks! > > Stephen