]> granicus.if.org Git - postgresql/commit
Make pgsql compile on FreeBSD-alpha.
authorBruce Momjian <bruce@momjian.us>
Thu, 16 Nov 2000 05:51:07 +0000 (05:51 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 16 Nov 2000 05:51:07 +0000 (05:51 +0000)
commit312063c97be346c3ce01faff021e9bff0464fa5c
treea4b33aa5242b3e1172379308804f3b06a89857bc
parent580d2bc60f0e225e3fffc4da81039cf28e249749
Make pgsql compile on FreeBSD-alpha.

Context diff this time.

Remove -m486 compile args for FreeBSD-i386, compile -O2 on i386.

Compile with only -O on alpha for codegen safety.

Make the port use the TEST_AND_SET for alpha and i386 on FreeBSD.

Fix a lot of bogus string formats for outputting pointers (cast to int
and %u/%x replaced with no cast and %p), and 'Size'(size_t) are now
cast to 'unsigned long' and output with %lu/

Remove an unused variable.

Alfred Perlstein
14 files changed:
src/backend/access/common/indextuple.c
src/backend/access/heap/hio.c
src/backend/access/nbtree/nbtinsert.c
src/backend/access/nbtree/nbtsort.c
src/backend/access/transam/xlog.c
src/backend/commands/vacuum.c
src/backend/main/main.c
src/backend/nodes/outfuncs.c
src/backend/storage/buffer/s_lock.c
src/backend/utils/mmgr/aset.c
src/bin/psql/print.c
src/include/port/freebsd.h
src/interfaces/libpq/fe-misc.c
src/template/freebsd