Header File cleanup.

Поиск
Список
Период
Сортировка
От Lamar Owen
Тема Header File cleanup.
Дата
Msg-id 00052915402804.00749@lorc.wgcr.org
обсуждение исходный текст
Ответы Re: Header File cleanup.  (The Hermit Hacker <scrappy@hub.org>)
Re: Header File cleanup.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Enlighten me:

Why use #include "header.h" over #include <header.h> for exported interface
header files?  I've read the man and info page, and understand the differences
from a C preprocessor standpoint, so, suggestions to read those sources will be
piped to /dev/null -- I'm looking for why _we_ do it one way over the other.

The reason I am asking is to see if anyone using the RPM's have had problems
#include'ing our headers....  but, as well, to see just what the advantages of
"" over <> are for our exported headers.

--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11


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

Предыдущее
От: "Mitch Vincent"
Дата:
Сообщение: Re: Full text indexing preformance! (long)
Следующее
От: Olivier PRENANT
Дата:
Сообщение: Re: Timestamp data type problems