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 1o73zN-0000wl-P6 for pgsql-hackers@arkaria.postgresql.org; Thu, 30 Jun 2022 23:54:25 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1o73zL-0006hZ-0j for pgsql-hackers@arkaria.postgresql.org; Thu, 30 Jun 2022 23:54:23 +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 1o73zK-0006hQ-Hj for pgsql-hackers@lists.postgresql.org; Thu, 30 Jun 2022 23:54:22 +0000 Received: from mail-oo1-xc35.google.com ([2607:f8b0:4864:20::c35]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1o73zF-0007zA-Fv for pgsql-hackers@postgresql.org; Thu, 30 Jun 2022 23:54:22 +0000 Received: by mail-oo1-xc35.google.com with SMTP id v33-20020a4a9764000000b0035f814bb06eso117724ooi.11 for ; Thu, 30 Jun 2022 16:54:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=singh-im.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=kg9DTz6F6WxR+or7UswxZSbzh52daU5GDaLZOrCyFK8=; b=VRSoj4lvmBHCpDjfEKSF1Ry86CH+kQEfMxN10MiZRzQvCDvAZbrhE5z/GKIQ7Eu2t7 FUAixcjQXdpEBcztL5DA8vT6mB2Yj3NxEmG/lQ9zeTRBYPkhh2pfSrtl+HV6UJkDvOfR 7eNVbos56fOIM85/UwXUOtxq13mPWzhW+Gc8SswDireqQ6jQ98IAZ5aAPLCPcjerL/3h gBAHz3Y2CdnS/49kxCrg+fmRq/UJvu3x6AeK/3rirmV6UsxKd2XZhrvZAkDvVQDjzGiA 4vfzfqKno887iaU7Imp1adxbGmsK7/8daLjCEW1MhlcLd7dPv3vtE0bEqlsT7PhaN5hL 7eTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=kg9DTz6F6WxR+or7UswxZSbzh52daU5GDaLZOrCyFK8=; b=Q1OCw4lQ39XRMkACa4Jdw1Cv9JZZzIsXIVfofx2MjXljQ9AXHqKDBGyEzqJKUKPbIS 7I3KwcYGNGVGozErpxBRY9AKA7XYtz+ibdQ2am5Bum+c0UIK8y420jqJ5rRI1sllUiB4 ifWuaXvAECu0hStzGdJxmNw9lXS8pZ9QoHvYGFzJz76wOUlH6fkbQhzlU4JRPF2GXLOE y7egz59XW2LryMeZlHhRWN1uhIg9mPInRFeNfG1WVf86tvE0zNFLvKST3pb+MxVX/Kk0 nG/9OJKSSibYhBAakU7NCgsv//MOqKUALNZxL9ajzz7Ghd76zd4wu+qUSIfWoldrKD+O GYyw== X-Gm-Message-State: AJIora97cx351yL626Icek2OQPguwk4YdaTY/SL3kLim5d/VyV9LgPya T2lYk5lFogsK8iLQGqeP7CxUGvB3fRau1iKAFMQ= X-Google-Smtp-Source: AGRyM1vw/goIfVrkoDooJSjaL9aIl+50TQKXpLRJQukjvKjCxT8Nk+yBaz2c6dSGIV35NL6WSJ75E4bsNrqwz8i/hwU= X-Received: by 2002:a4a:e757:0:b0:425:aa8f:8f48 with SMTP id n23-20020a4ae757000000b00425aa8f8f48mr4960609oov.87.1656633255008; Thu, 30 Jun 2022 16:54:15 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Gurjeet Singh Date: Thu, 30 Jun 2022 16:53:58 -0700 Message-ID: Subject: Re: [PoC/RFC] Multiple passwords, interval expirations To: Stephen Frost Cc: Jacob Champion , PostgreSQL-development Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk I am planning on picking it up next week; right now picking up steam, and reviewing a different, smaller patch. 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. Please expect some activity on this patch towards the end of next week. BCC: Joshua's new work email. Best regards, Gurjeet http://Gurje.et On Wed, Jun 29, 2022 at 2:27 PM Stephen Frost wrote: > > Greetings, > > On Wed, Jun 29, 2022 at 17:22 Jacob Champion wr= ote: >> >> On 4/8/22 10:04, Joshua Brindle wrote: >> > It's unclear if I will be able to continue working on this featureset, >> > this email address will be inactive after today. >> >> I'm assuming the answer to this was "no". Is there any interest out >> there to pick this up for the July CF? > > > Short answer to that is yes, I=E2=80=99m interested in continuing this (t= hough certainly would welcome it if there are others who are also intereste= d, and may be able to bring someone else to help work on it too but that mi= ght be more August / September time frame). > > Thanks, > > Stephen