pgsql/src/backend/storage/ipc (ipc.c)

From: Bruce Momjian - CVS <momjian>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/storage/ipc (ipc.c)
Date: 2000-05-16 20:48:49
Message-ID: 200005162048.QAA24680@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Tuesday, May 16, 2000 @ 16:48:49
Author: momjian

Update of /usr/local/cvsroot/pgsql/src/backend/storage/ipc
from hub.org:/home/tmp/cvs-serv19847/pgsql/src/backend/storage/ipc

Modified Files:
ipc.c

----------------------------- Log Message -----------------------------

Several compilation and run-time problems occur when building on SGI
IRIX systems using the native compilers. A summary is:
- Various files use "//" as a comment delimiter in c files.
- Problems caused by assuming "char" is signed.
cash.in: building -signed the rules regression test fails as described
in FAQ_QNX4. If CHAR_MAX is "255U" then ((signed char)CHAR_MAX) is -1.
postmaster.c: random number regression test failed without this change.
- Some generic build issues and warning message cleanup.

David Kaelbling

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2000-05-16 20:48:50 pgsql/src/backend/utils/adt (cash.c)
Previous Message Bruce Momjian - CVS 2000-05-16 20:48:48 pgsql/src (Makefile.shlib)