Re: cleanup execTuples.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: cleanup execTuples.c
Дата
Msg-id 8980.1069388502@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: cleanup execTuples.c  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
Neil Conway <neilc@samurai.com> writes:
>> For ExecTypeFromTLInternal, maybe use ExecTupDescFromTL, which is a
>> more accurate name in the first place

> What's the logic in having ExecTypeFromTL() and ExecCleanTypeFromTL()
> implemented in terms of a function called ExecTupDescFromTL()? i.e. if
> we're going to be renaming functions, wouldn't it make sense to rename
> the public API functions, not the internal static functions?

My point was that you intended to export ExecTypeFromTLInternal in order
to convert the other names to macros, and I didn't want an exported name
like that.

The number of call sites seems small enough that altering the API isn't
out of the question either, if you like that better.

            regards, tom lane

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: LISTEN/NOTIFY regression tests
Следующее
От: Manfred Koizar
Дата:
Сообщение: Re: LISTEN/NOTIFY regression tests