Re: Fix help option of contrib/oid2name
Tatsuro Yamada <yamada.tatsuro@lab.ntt.co.jp>
From: Tatsuro Yamada <yamada.tatsuro@lab.ntt.co.jp>
To: Michael Paquier <michael@paquier.xyz>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Alvaro Herrera <alvherre@2ndquadrant.com>,
Laurenz Albe <laurenz.albe@cybertec.at>, pgsql-hackers@postgresql.org
Date: 2018-08-21T03:57:11Z
Lists: pgsql-hackers
On 2018/08/21 12:40, Michael Paquier wrote:
> On Tue, Aug 21, 2018 at 12:26:15PM +0900, Tatsuro Yamada wrote:
>> BTW, can I add the patch to the Commitfest September?
>
> You should.
Thanks, I'll do that.
>> The patch includes improvements and bug fix as you know, So, I can divide the
>> patch into 2 patches for that.
>
> I am not really seeing any bug fix, but if you think so then splitting
> into two patches would help in making the difference for sure.
Yep, I meant the bug fix is below:
oid2name
- Remove "-P password" option from the document
As I wrote before, "-P option" is not works well because there is no code to handle
that option in the code. So, it will be removed on next patch.
I'll send 2 patches in this week, probably.
Regards,
Tatsuro Yamada
Commits
-
Rework option set of vacuumlo
- bfea331a5e1b 12.0 landed
-
Rework option set of oid2name
- 1aaf532deabf 12.0 landed