summaryrefslogtreecommitdiff
path: root/src/include/lib/fstack.h
Commit message (Collapse)AuthorAgeFilesLines
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-2/+2
|
* Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian1997-09-081-10/+10
| | | | indenting. Also static variable indenting.
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-47/+49
|
* remove:Marc G. Fournier1996-10-311-2/+1
| | | | | #include "postgres.h" #include "c.h"
* Clean up th ecompile process by centralizing the include filesMarc G. Fournier1996-08-281-0/+113
- code compile tested, but due to a yet unresolved problem with parse.h's creation, compile not completed...