Re: SPITupleTable members missing in docs

Поиск
Список
Период
Сортировка
Искать
От
Fabien COELHO
Тема
Re: SPITupleTable members missing in docs
Дата
Msg-id
alpine.DEB.2.21.1907121748290.8895@lancre
Ответ на
Список
Дерево обсуждения
SPITupleTable members missing in docs Daniel Gustafsson <daniel@yesql.se>
Re: SPITupleTable members missing in docs Tom Lane <tgl@sss.pgh.pa.us>
Re: SPITupleTable members missing in docs Daniel Gustafsson <daniel@yesql.se>
Re: SPITupleTable members missing in docs Michael Paquier <michael@paquier.xyz>
Re: SPITupleTable members missing in docs Fabien COELHO <coelho@cri.ensmp.fr>
Re: SPITupleTable members missing in docs Tom Lane <tgl@sss.pgh.pa.us>
Re: SPITupleTable members missing in docs Fabien COELHO <coelho@cri.ensmp.fr>
Re: SPITupleTable members missing in docs Daniel Gustafsson <daniel@yesql.se>
Re: SPITupleTable members missing in docs Fabien COELHO <coelho@cri.ensmp.fr>
Re: SPITupleTable members missing in docs Tom Lane <tgl@sss.pgh.pa.us>
Re: SPITupleTable members missing in docs Fabien COELHO <coelho@cri.ensmp.fr>
Re: SPITupleTable members missing in docs Daniel Gustafsson <daniel@yesql.se>
Re: SPITupleTable members missing in docs Tom Lane <tgl@sss.pgh.pa.us>
Re: SPITupleTable members missing in docs Fabien COELHO <coelho@cri.ensmp.fr>

Hello,

>> To take into account Tom's comment, I'd suggest a middle ground by 
>> commenting a public and private part explicitely in the struct,
>>    typedef struct {
>>      /* PUBLIC members to be used by callers ... */
>>      /* PRIVATE members, not intended for external usage ... */
>>    } ... ;
>
> One problem is that the members we've retroactively decided are "public"
> are in the middle of the struct :-(.

Argh, I did not notice this tiny but relevant detail.

> But it occurs to me that there's no good reason we couldn't re-order the
> members, as long as we only do so on HEAD and not in released versions.
> That would make it a bit less inconsistent and easier to add labels
> such as you suggest.

Indeed. SPI-dependent extensions are likely recompiled between major 
version, so a reordering should not cause significant problems.

This mean that a simple doc patch is turned into a code patch.

-- 
Fabien.


В списке pgsql-docs по дате отправления
От: Tom Lane
Дата:
От: Michael Paquier
Дата:
FAQ