Header File cleanup. - Mailing list pgsql-hackers

From Lamar Owen
Subject Header File cleanup.
Date
Msg-id 00052915402804.00749@lorc.wgcr.org
Whole thread Raw
Responses Re: Header File cleanup.  (The Hermit Hacker <scrappy@hub.org>)
Re: Header File cleanup.  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: "Mitch Vincent"
Date:
Subject: Re: Full text indexing preformance! (long)
Next
From: Olivier PRENANT
Date:
Subject: Re: Timestamp data type problems