Re: splitting htup.h

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: splitting htup.h
Дата
Msg-id 1346360452-sup-650@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: splitting htup.h  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
Excerpts from Alvaro Herrera's message of mié ago 29 15:13:11 -0400 2012:
> Excerpts from Andres Freund's message of mié ago 29 12:10:17 -0400 2012:
>
> > > OK, scratch that thought then.  So we seem to be down to choosing a new
> > > name for what we're going to take out of htup.h.  If you don't like
> > > heap.h, maybe something like heap_tuple.h?  I'm not terribly excited
> > > about it either way though.  Any other ideas out there?
> > htup_details.h? That doesn't have the sound of "fringe details" that
> > htup_private.h has.
>
> htup_details.h seems reasonable, thanks.

Committed, with a slight adjustment that I had left out of this patch
but was present in a previous version of it: the function prototypes,
which in the last posted patch were to remain in htup.h, are now in
htup_details.h.  So I removed access/tupdesc.h from htup.h.  I had to
add #include "access/htup_details.h" to half a dozen more .c files but
that seemed a good tradeoff.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: --disable-shared is entirely broken these days
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: 9.2rc1 build requirements