Re: ExplainProperty* and units

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: ExplainProperty* and units
Дата
Msg-id 20180314173547.ftcz4kaxbnhqsxkh@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: ExplainProperty* and units  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: ExplainProperty* and units
Список pgsql-hackers
Hi,

On 2018-03-14 13:32:10 -0400, Tom Lane wrote:
> Andres Freund <andres@anarazel.de> writes:
> > If we do this, and I think we should, I'm inclined to also commit a
> > patch that renames ExplainPropertyLong
> > and changes its argument type. Because passing long is just plain
> > unhelpful for 32bit platforms and windows.  We should just always use
> > 64bits here.
> 
> +1 --- I'm pretty certain that function predates our requirement that
> all platforms support int64.

Cool.


> > Only thing I wonder is if we shouldn't just *remove*
> > ExplainPropertyLong and make ExplainPropertyInteger accept 64bits of
> > input - the effort of passing and printing a 64bit integer will never be
> > relevant for explain.
> 
> -0.5 ... everywhere else, we mean "int32" when we say "int", and I don't
> think it's worth the potential confusion to do it differently here.

So ExplainPropertyInt{32,64}? I agree that it's not what we do
elsewhere, but I just don't see any use in actually having two
functions. I think one counter argument to your point is that it's not
an 'int' named function, it's Integer which should fit both 32 and 64
bit ones ;)

Greetings,

Andres Freund


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ExplainProperty* and units
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ExplainProperty* and units