Fix oversight in recent patch to support multiple read positions in

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 34f89cb4af8690cee78255ada5785686efebc967
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-10-07T00:05:55Z
Releases: 8.4.0
Fix oversight in recent patch to support multiple read positions in
tuplestore: in READFILE state tuplestore_select_read_pointer must
save the current file seek position in the read pointer being
deactivated.

Files

PathChange+/−
src/backend/utils/sort/tuplestore.c modified +17 −4