ignore_killed_tuples is always true

From: ITAGAKI Takahiro <itagaki(dot)takahiro(at)lab(dot)ntt(dot)co(dot)jp>
To: pgsql-patches(at)postgresql(dot)org
Subject: ignore_killed_tuples is always true
Date: 2006-02-10 09:50:15
Message-ID: 20060210182109.48E6.ITAGAKI.TAKAHIRO@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I found IndexScanDesc->ignore_killed_tuples is always true.
Is this still needed?

Also, I cannot understand why gistgetmulti calls gistnext with
ignore_killed_tuples = false. We can always ignore LP_DELETEed tuples, right?

---
ITAGAKI Takahiro
NTT Cyber Space Laboratories

Attachment Content-Type Size
remove-ignore_killed_tuples.patch application/octet-stream 6.2 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message ITAGAKI Takahiro 2006-02-10 10:12:48 Re: TODO-Item: B-tree fillfactor control
Previous Message Kris Jurka 2006-02-10 07:25:08 Re: pgsql: Allow psql multi-line column values to align