Re: Page Scan Mode in Hash Index
Jesper Pedersen <jesper.pedersen@redhat.com>
From: Jesper Pedersen <jesper.pedersen@redhat.com>
To: Ashutosh Sharma <ashu.coek88@gmail.com>
Cc: Robert Haas <robertmhaas@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2017-03-29T21:06:13Z
Lists: pgsql-hackers
Hi, On 03/27/2017 09:34 AM, Ashutosh Sharma wrote: > Hi, > >> I think you should consider refactoring this so that it doesn't need >> to use goto. Maybe move the while (offnum <= maxoff) logic into a >> helper function and have it return itemIndex. If itemIndex == 0, you >> can call it again. > > okay, Added a helper function for _hash_readpage(). Please check v4 > patch attached with this mail. > >> >> This is not a full review, but I'm out of time for the moment. > > No worries. I will be ready for your further review comments any time. > Thanks for the review. > This patch needs a rebase. Best regards, Jesper
Commits
-
Remove lsn from HashScanPosData.
- 22c5e73562c5 11.0 landed
-
Fix trivial mistake in README.
- 79a4a665c046 11.0 landed
-
hash: Implement page-at-a-time scan.
- 7c75ef571579 11.0 landed
-
Reduce pinning and buffer content locking for btree scans.
- 2ed5b87f96d4 9.5.0 cited