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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Ooops, I was too busy worrying about getting the transactional
Date: 2007-05-27 17:28:36
Message-ID: 20070527172836.2A9719FB488@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2007-05-27 20:32:16 pgsql: Code cleanup: use "bool" for Boolean variables, rather than
Previous Message Michael Meskes 2007-05-27 15:59:57 pgsql: Sorry guys, I committed the file from my development snapshot