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 1mSExB-0005vF-Db for pgsql-hackers@arkaria.postgresql.org; Mon, 20 Sep 2021 08:47:10 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mSEx9-00074P-R8 for pgsql-hackers@arkaria.postgresql.org; Mon, 20 Sep 2021 08:47:07 +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 1mSEx9-00074H-Gy for pgsql-hackers@lists.postgresql.org; Mon, 20 Sep 2021 08:47:07 +0000 Received: from mail.postgrespro.ru ([93.174.131.139]) by magus.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mSEx3-00062C-CY for pgsql-hackers@lists.postgresql.org; Mon, 20 Sep 2021 08:47:07 +0000 Received: from [10.0.1.15] (unknown [188.123.231.167]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mail.postgrespro.ru (Postfix) with ESMTPSA id 7778021CD34D; Mon, 20 Sep 2021 11:46:59 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=postgrespro.ru; s=mail; t=1632127619; bh=S6iKC600HVsQNk3KFMe4iEf6R2sJhDwfyI46OdS42EE=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=fhKTt/ynrJX/4FqSC0y+eayK90eOBdpgv8vUGwc5aC4OjL3G0D/KbQzJnTgcYisXl ufAf5yfudVsvyLxatN0Mhd1wFYD+o8em0uMa6FnQxjw7f/1viMtyoR0U9AIalpjgNE lJBypouPA0CeFtaUDvLBhkbYUo7LC+WQomG/Px0I= Subject: Re: psql: \dl+ to list large objects privileges To: Neil Chen , pgsql-hackers@lists.postgresql.org Cc: Pavel Luzanov References: <6d722115-6297-bc53-bb7f-5f150e765299@postgrespro.ru> <9729572f-9ae1-23d5-8c6d-e10d6a4973a0@postgrespro.ru> <163193291441.1167.6069964260900163829.pgcf@coridan.postgresql.org> From: Pavel Luzanov Message-ID: Date: Mon, 20 Sep 2021 11:47:02 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <163193291441.1167.6069964260900163829.pgcf@coridan.postgresql.org> Content-Type: multipart/alternative; boundary="------------EF6D8B3CEBD77620A352AA79" Content-Language: en-US List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk This is a multi-part message in MIME format. --------------EF6D8B3CEBD77620A352AA79 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, Thank you for testing. As far as I understand, for the patch to move forward, someone has to become a reviewer and change the status in the commitfest app. Pavel Luzanov Postgres Professional: https://postgrespro.com The Russian Postgres Company On 18.09.2021 05:41, Neil Chen wrote: > The following review has been posted through the commitfest application: > make installcheck-world: tested, passed > Implements feature: tested, passed > Spec compliant: tested, passed > Documentation: tested, passed > > Hi, I think this is an interesting patch. +1 > I tested it for the latest version, and it works well. --------------EF6D8B3CEBD77620A352AA79 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit
Hi,

Thank you for testing.
As far as I understand, for the patch to move forward, someone has to become a reviewer
and change the status in the commitfest app.

Pavel Luzanov
Postgres Professional: https://postgrespro.com
The Russian Postgres Company
On 18.09.2021 05:41, Neil Chen wrote:
The following review has been posted through the commitfest application:
make installcheck-world:  tested, passed
Implements feature:       tested, passed
Spec compliant:           tested, passed
Documentation:            tested, passed

Hi, I think this is an interesting patch. +1
I tested it for the latest version, and it works well.

--------------EF6D8B3CEBD77620A352AA79--