splitting htup.h

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема splitting htup.h
Дата
Msg-id 1339802779-sup-4502@alvh.no-ip.org
обсуждение исходный текст
Ответы Re: splitting htup.h  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,

This patch splits htup.h in two pieces -- the first one (tupbasics.h;
not wedded to the name) does not include many other headers and is just
enough to have other parts of the code create tuples and pass them
around, to be used by most other headers.  The other one (which keeps
the name htup.h) contains internal tuple stuff (struct declarations
etc).

Before patch, htup.h is directly or indirectly included by 364 .c files
in src/backend; after patch, that's reduced to 299 files (that's 65
files less to compile if you modify the header).

--
Álvaro Herrera <alvherre@alvh.no-ip.org>

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: libpq compression
Следующее
От: Tom Lane
Дата:
Сообщение: Re: splitting htup.h