Re: Online enabling of checksums

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Daniel Gustafsson <daniel(at)yesql(dot)se>, Michael Banck <michael(dot)banck(at)credativ(dot)de>
Subject: Re: Online enabling of checksums
Date: 2018-03-02 14:22:33
Message-ID: CABUevEzoeXaxbcYmMZsNF1aqdCwovys7-ChqCuGRY5+nsQZFew@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Mar 2, 2018 at 3:17 PM, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
wrote:

> Magnus Hagander wrote:
> > On Wed, Feb 28, 2018 at 10:07 PM, Tomas Vondra <
> tomas(dot)vondra(at)2ndquadrant(dot)com
>
> > > I'd argue this is merely a mistake in the --help text. Firstly,
> > > relfilenodes are OIDs too, so I don't think "-o" is incorrect.
> Secondly,
> > > the SGML docs actually say:
>
> > Yeah, that one is my fault. It used to say oid all over but I noticed and
> > fixed it. Except I clearly missed the --help.
>
> Obviously option names are completely arbitrary -- you could say
> "-P relfilenode" and it'd still be 'correct', since it works as
> documented. But we try to make these options mnemotechnic when we can,
> and I don't see any relation between "-o" and "relfilenode", so I
> suggest picking some other letter. There's a whole alphabet out there.
>
> Either "-r" or "-f" works better for me than "-o".
>

I have no problem with changing it to -r. -f seems a bit wrong to me, as it
might read as a file. And in the future we might want to implement the
ability to take full filename (with path), in which case it would make
sense to use -f for that.

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Emre Hasegeli 2018-03-02 14:26:25 Re: [PATCH] Improve geometric types
Previous Message Alvaro Herrera 2018-03-02 14:17:36 Re: Online enabling of checksums