pgsql: Ooops, I was too busy worrying about getting the transactional

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Ooops, I was too busy worrying about getting the transactional
Дата
Msg-id 20070527172836.2A9719FB488@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Ooops, I was too busy worrying about getting the transactional infrastructure
right to think carefully about how insert and delete counts map to
n_live_tuples.  Of course a deletion should reduce n_live_tuples.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        pgstat.c (r1.157 -> r1.158)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/pgstat.c.diff?r1=1.157&r2=1.158)
    pgsql/src/include:
        pgstat.h (r1.60 -> r1.61)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pgstat.h.diff?r1=1.60&r2=1.61)

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

Предыдущее
От: meskes@postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql: Sorry guys, I committed the file from my development snapshot
Следующее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Code cleanup: use "bool" for Boolean variables, rather than