pgsql: Make recovery show the current input WAL segment name in the

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Make recovery show the current input WAL segment name in the
Дата
Msg-id 20070929183256.75588753E4C@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Make recovery show the current input WAL segment name in the startup
process' PS display.  After a suggestion by Simon (not exactly his
patch though).

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.283 -> r1.284)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.283&r2=1.284)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Disallow CLUSTER using an invalid index (that is, one left over
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Support functions for index opclasses should be immutable.