pgsql: Update process termination message to display signal number and

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Update process termination message to display signal number and
Дата
Msg-id 20070129201741.157799FB2DA@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Update process termination message to display signal number and name
from exec.c and postmaster.c.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        postmaster.c (r1.515 -> r1.516)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c.diff?r1=1.515&r2=1.516)
    pgsql/src/port:
        exec.c (r1.53 -> r1.54)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/exec.c.diff?r1=1.53&r2=1.54)

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

Предыдущее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Update documentation on XML functions
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Use sizeof() for snprintf() buffer length.