pgsql/src backend/access/transam/transam.c bac ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/access/transam/transam.c bac ...
Date: 2002-05-25 20:00:12
Message-ID: 20020525200012.435A0475DE4@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 02/05/25 16:00:12

Modified files:
src/backend/access/transam: transam.c varsup.c xact.c
src/backend/utils/time: tqual.c
src/include/access: transam.h

Log message:
Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessary
and just slow down normal operations (only fractionally, but a cycle saved
is a cycle earned). Improve documentation of AMI_OVERRIDE behavior.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-05-25 22:44:14 pgsql/doc TODO
Previous Message Tom Lane 2002-05-25 16:30:59 pgsql/src/backend/commands dbcommands.c