pgsql/src/backend/access/transam (xlog.c)

Поиск
Список
Период
Сортировка
От momjian@postgresql.org
Тема pgsql/src/backend/access/transam (xlog.c)
Дата
Msg-id 200011160550.eAG5oxu49620@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Thursday, November 16, 2000 @ 00:50:59
Author: momjian

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/access/transam
     from hub.org:/home/projects/pgsql/tmp/cvs-serv49569/pgsql/src/backend/access/transam

Modified Files:
    xlog.c

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org
Дата:
Сообщение: pgsql/doc/src/sgml (datatype.sgml)
Следующее
От: momjian@postgresql.org
Дата:
Сообщение: pgsql/src/backend/access/common (indextuple.c)