OSDN Git Service

1. miscadmin.h needs to include sys/types.h for a definition of pid_t
authorBruce Momjian <bruce@momjian.us>
Wed, 23 Feb 2000 15:46:15 +0000 (15:46 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 23 Feb 2000 15:46:15 +0000 (15:46 +0000)
commitc969e2662fd7cdb5521c1570082c6b55b5ce6e89
tree8531ee8c2cdec45eca1e386e1721c1fe3cd8f8c4
parent020be62dea73a50ee5105d56633f8bb2f6722bb9
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
src/bin/pg_dump/pg_upgrade
src/include/miscadmin.h
src/test/regress/resultmap