[COMMITTERS] pgsql: Remove special case for xmin == xmax in HeapTupleSatisfiesVacuum

2011-04-29 Thread Tom Lane
Remove special case for xmin == xmax in HeapTupleSatisfiesVacuum(). VACUUM was willing to remove a committed-dead tuple immediately if it was deleted by the same transaction that inserted it. The idea is that such a tuple could never have been visible to any other transaction, so we don't need to

[COMMITTERS] pgsql: Remove special case for xmin == xmax in HeapTupleSatisfiesVacuum

2011-04-29 Thread Tom Lane
Remove special case for xmin == xmax in HeapTupleSatisfiesVacuum(). VACUUM was willing to remove a committed-dead tuple immediately if it was deleted by the same transaction that inserted it. The idea is that such a tuple could never have been visible to any other transaction, so we don't need to

[COMMITTERS] pgsql: Remove special case for xmin == xmax in HeapTupleSatisfiesVacuum

2011-04-29 Thread Tom Lane
Remove special case for xmin == xmax in HeapTupleSatisfiesVacuum(). VACUUM was willing to remove a committed-dead tuple immediately if it was deleted by the same transaction that inserted it. The idea is that such a tuple could never have been visible to any other transaction, so we don't need to

[COMMITTERS] pgsql: Remove special case for xmin == xmax in HeapTupleSatisfiesVacuum

2011-04-29 Thread Tom Lane
Remove special case for xmin == xmax in HeapTupleSatisfiesVacuum(). VACUUM was willing to remove a committed-dead tuple immediately if it was deleted by the same transaction that inserted it. The idea is that such a tuple could never have been visible to any other transaction, so we don't need to

[COMMITTERS] pgsql: Lowercase status labels in pg_stat_replication view.

2011-04-29 Thread Bruce Momjian
Lowercase status labels in pg_stat_replication view. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/5a71b641309ea982593edf1f28d408c21885897b Modified Files -- src/backend/replication/walsender.c | 14 +++--- 1 files changed, 7 insertions(+), 7 d