code cleanup: ss_currentScanDesc
Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>
From: Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>
To: pgsql-hackers@postgresql.org
Date: 2010-02-26T05:53:03Z
Lists: pgsql-hackers
Attachments
- ss_currentScanDesc_20100226.patch (application/octet-stream) patch
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