code cleanup: ss_currentScanDesc - Mailing list pgsql-hackers

From Takahiro Itagaki
Subject code cleanup: ss_currentScanDesc
Date
Msg-id 20100226145303.96DC.52131E4D@oss.ntt.co.jp
Whole thread Raw
Responses Re: code cleanup: ss_currentScanDesc  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
ScanState.ss_currentScanDesc is currently used by only SeqScan and
BitmapHeapScan. Other scan nodes don't use the field at all, right?

Can we move the field into SeqScanState and BitmapHeapScanState
for code cleanup? This change will not improve any performance,
but it can clear up what we do actually.

Regards,
---
Takahiro Itagaki
NTT Open Source Software Center

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Avoiding bad prepared-statement plans.
Next
From: Дмитрий Фефелов
Date:
Subject: Re: Alpha4 Available Now