Re: ignore_killed_tuples is always true - Mailing list pgsql-patches

From Tom Lane
Subject Re: ignore_killed_tuples is always true
Date
Msg-id 12784.1139583696@sss.pgh.pa.us
Whole thread Raw
In response to ignore_killed_tuples is always true  (ITAGAKI Takahiro <itagaki.takahiro@lab.ntt.co.jp>)
Responses Re: ignore_killed_tuples is always true  (Jaime Casanova <systemguards@gmail.com>)
List pgsql-patches
ITAGAKI Takahiro <itagaki.takahiro@lab.ntt.co.jp> writes:
> I found IndexScanDesc->ignore_killed_tuples is always true.
> Is this still needed?

What is the point of removing it?  You cannot argue that saving
one if-test per tuple is a worthwhile speedup.

            regards, tom lane

pgsql-patches by date:

Previous
From: Simon Riggs
Date:
Subject: Re: TODO-Item: B-tree fillfactor control
Next
From: Bruce Momjian
Date:
Subject: Re: [COMMITTERS] pgsql: Allow psql multi-line column values to align