Bruce Momjian
af74855a60
Renaming cleanup, no pgindent yet.
28 years ago
Bruce Momjian
6bd323c6b3
Remove un-needed braces around single statements.
28 years ago
Bruce Momjian
a32450a585
pgindent run before 6.3 release, with Thomas' requested changes.
28 years ago
Bruce Momjian
24cab6bd0d
Goodbye register keyword. Compiler knows better.
28 years ago
Bruce Momjian
deea69b90e
Change some ABORTS to ERROR. Add line number when COPY Failure.
28 years ago
Bruce Momjian
0d9fc5afd6
Change elog(WARN) to elog(ERROR) and elog(ABORT).
28 years ago
Marc G. Fournier
10ff1eea60
First clean compile without a "PORTNAME" variable being set...
28 years ago
Marc G. Fournier
5379b84eff
More cleanups. I can now compile without PORTNAME being defined n
...
Makefile.global.
End result, if all goes well, should allow for much easier porting, since
there will no longer be a concept of a "port". Most, if not everything,
*should* be determined by configure, or by the compiler itself. Still
work to be done though :)
28 years ago
Thomas G. Lockhart
2fa330284c
Use limits.h for INT, SHRT, and SCHAR min and max values rather than
...
hardcoded values.
29 years ago
Bruce Momjian
3f365ba0fc
Inline memset() as MemSet().
29 years ago
Bruce Momjian
319dbfa736
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
29 years ago
Bruce Momjian
1ccd423235
Massive commit to run PGINDENT on all *.c and *.h files.
29 years ago
Bruce Momjian
1d8bbfd2e7
Make functions static where possible, enclose unused functions in #ifdef NOT_USED.
29 years ago
Bruce Momjian
ea5b5357cd
Remove more (void) and fix -Wall warnings.
29 years ago
Bruce Momjian
edb58721b8
Fix pgproc names over 15 chars in output. Add strNcpy() function. remove some (void) casts that are unnecessary.
29 years ago
Marc G. Fournier
5514c1fa23
Add fcvt() as a check to configure so that we can get rid of the BSD44_derived
...
type check in numutils.c:ftoa()
Pointed out by: "Martin J. Laubach" <mjl@emsi.priv.at>
29 years ago
Marc G. Fournier
a69c5fc81a
Add ccsym to tools to determine OS/compiler specific symbols
...
Change BSD44_derived to __FreeBSD__ in numutils.c (need to know what
NetBSD is referred to as...someone?)
29 years ago
Bruce Momjian
cb6cb7745d
Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a full
...
gmake of the code without interruption.
There's also some tidy-up of the MAXPATHLEN stuff based on the assumption that
all supported platforms have MAXPATHLEN defined in <sys/param.h>.
(The only unknowns for the above are AIX and IRIX5.)
29 years ago
Bryan Henderson
9c0afeabb7
More stuff to make it compile on various ports.
29 years ago
Marc G. Fournier
0020e8790d
Another directory that compiles with no errors, and few warnings
30 years ago
Marc G. Fournier
ce4c0ce1de
Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>
30 years ago
Marc G. Fournier
df6a9e633c
more removal of PORTNAME_*
30 years ago
Marc G. Fournier
18a7989e1a
- merging in Dr. George's tree with ours
...
- src/backend/access
- no changes
- src/backend/utils
- mostly cosmetic changes
- ESCAPE_PATCH Added
- src/Makefile.global changes merged
30 years ago
Marc G. Fournier
55aab6a434
fix: BSDi 2.1 requires a port seperate from BSDi 2.0{.1}
...
submitted by: Bruce Momjian (root@candle.pha.pa.us )
30 years ago
Marc G. Fournier
d31084e9d1
Postgres95 1.01 Distribution - Virgin Sources
30 years ago