1. miscadmin.h needs to include sys/types.h for a definition of pid_t

Bruce Momjian <bruce@momjian.us>

Commit: c969e2662fd7cdb5521c1570082c6b55b5ce6e89
Author: Bruce Momjian <bruce@momjian.us>
Date: 2000-02-23T15:46:15Z
Releases: 7.1.1
1. miscadmin.h needs to include sys/types.h for a definition of pid_t

2. Regression tests fail for types int2 and int4 (which can easily be
fixed by adding entries to resultmap) aswell as float8 and geometry,
where floating point numbers appear to be rounded a little differently
than in your expected results (besides that I also need the positive
zeros file). I'm including a patch for the first 2, but I don't know
whether the latter two are actually a bug in postgres or a bug in the
OS or even allowed difference. I'm including my results for reference.

Rolf Grossmann

Files

PathChange+/−
src/bin/pg_dump/pg_upgrade modified +3 −3
src/include/miscadmin.h modified +3 −1
src/test/regress/resultmap modified +5 −0