pgsql: Ooops, I was too busy worrying about getting the transactional - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Ooops, I was too busy worrying about getting the transactional
Date
Msg-id 20070527172836.2A9719FB488@postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Sorry guys, I committed the file from my development snapshot
Next
From: neilc@postgresql.org (Neil Conway)
Date:
Subject: pgsql: Code cleanup: use "bool" for Boolean variables, rather than