OSDN Git Service

There's a patch attached to fix gcc 2.8.x warnings, except for the
authorBruce Momjian <bruce@momjian.us>
Mon, 30 Mar 1998 16:47:35 +0000 (16:47 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 30 Mar 1998 16:47:35 +0000 (16:47 +0000)
commit9a0dd4fb183958f59f68d8a5f096dd8df18d9b59
tree2843356dbd25f4e11cf4a414e56d6afae3775071
parentc579ce0fb03aaf92d184adf369cf13be013adf1b
There's a patch attached to fix gcc 2.8.x warnings, except for the
yyerror ones from bison. It also includes a few 'enhancements' to
the C programming style (which are, of course, personal).

The other patch removes the compilation of backend/lib/qsort.c, as
qsort() is a standard function in stdlib.h and can be used any
where else (and it is). It was only used in
backend/optimizer/geqo/geqo_pool.c, backend/optimizer/path/predmig.c,
and backend/storage/page/bufpage.c

> > Some or all of these changes might not be appropriate for v6.3,
since we > > are in beta testing and since they do not affect the
current functionality.  > > For those cases, how about submitting
patches based on the final v6.3 > > release?

There's more to come. Please review these patches. I ran the
regression tests and they only failed where this was expected
(random, geo, etc).

Cheers,

Jeroen
17 files changed:
src/backend/commands/copy.c
src/backend/commands/sequence.c
src/backend/commands/variable.c
src/backend/executor/nodeIndexscan.c
src/backend/executor/nodeSeqscan.c
src/backend/lib/Makefile
src/backend/lib/qsort.c [deleted file]
src/backend/libpq/be-dumpdata.c
src/backend/optimizer/geqo/geqo_pool.c
src/backend/optimizer/path/joinrels.c
src/backend/optimizer/path/predmig.c
src/backend/parser/analyze.c
src/backend/postmaster/postmaster.c
src/backend/storage/page/bufpage.c
src/backend/utils/adt/arrayfuncs.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_version/pg_version.c