Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-09-07 | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | |
1997-08-19 | Make functions static where possible, enclose unused functions in #ifdef ↵ | Bruce Momjian | |
NOT_USED. | |||
1996-11-10 | All external function definitions now have prototypes that are checked. | Bruce Momjian | |
1996-11-06 | Okay...this pretty much cleans out the include files. | Marc G. Fournier | |
I'm able to get through a 'make' of the backend with no errors except the occasional 'might not be initialized error', which is nothing major, just annoying. Have a few patches from D'Arcy to incorporate, but am waiting until I can get a clean compile first, which I'm hoping to have before bed, or sometime tomorrow. | |||
1996-11-05 | another one quickly done up | Marc G. Fournier | |
1996-10-31 | remove: | Marc G. Fournier | |
#include "postgres.h" #include "c.h" | |||
1996-08-28 | Clean up th ecompile process by centralizing the include files | Marc G. Fournier | |
- code compile tested, but due to a yet unresolved problem with parse.h's creation, compile not completed... |