Obsolete comment in tidpath.c

From: Etsuro Fujita <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Obsolete comment in tidpath.c
Date: 2015-10-05 07:05:41
Message-ID: 56122145.4090107@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I think "best_inner_indexscan()" in the following comment in tidpath.c
is obsolete.

* There is currently no special support for joins involving CTID; in
* particular nothing corresponding to best_inner_indexscan(). Since it's
* not very useful to store TIDs of one table in another table, there
* doesn't seem to be enough use-case to justify adding a lot of code
* for that.

How about s/best_inner_indexscan()/parameterized scans/?

Best regards,
Etsuro Fujita

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Bartunov 2015-10-05 08:29:09 Re: No Issue Tracker - Say it Ain't So!]
Previous Message Craig Ringer 2015-10-05 05:13:15 Re: Streaming replication for psycopg2