pgsql/src (Makefile.shlib)

Поиск
Список
Период
Сортировка
Искать
От
Bruce Momjian - CVS
Тема
pgsql/src (Makefile.shlib)
Дата
в 16:49:35
Msg-id
200005162048.QAA24677@hub.org
Список
  Date: Tuesday, May 16, 2000 @ 16:48:48
Author: momjian

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

Modified Files:
	Makefile.shlib 

-----------------------------  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

В списке pgsql-committers по дате отправления
От: Bruce Momjian - CVS
Дата:
От: Bruce Momjian - CVS
Дата:
FAQ