Tom Lane
278bd0cc22
For some reason access/tupmacs.h has been #including utils/memutils.h,
...
which is neither needed by nor related to that header. Remove the bogus
inclusion and instead include the header in those C files that actually
need it. Also fix unnecessary inclusions and bad inclusion order in
tsearch2 files.
2005-05-06 17:24:55 +00:00
Bruce Momjian
b6b71b85bc
Pgindent run for 8.0.
2004-08-29 05:07:03 +00:00
Teodor Sigaev
553bc41633
1 add namespaces as Tom suggest http://www.pgsql.ru/db/mw/msg.html?mid=1987703
...
2 remove select qeury in inserts
2004-05-31 16:51:56 +00:00
Tom Lane
47fe0517fc
Fix some portability issues (reliance on gcc-isms).
2004-04-01 23:44:38 +00:00
Bruce Momjian
089003fb46
pgindent run.
2003-08-04 00:43:34 +00:00
Tom Lane
8fd5b3ed67
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
2003-07-24 17:52:50 +00:00
Teodor Sigaev
b88605337e
tsearch2 module
2003-07-21 10:27:44 +00:00