Re: segfault in hot standby for hash indexes
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: Ashutosh Sharma <ashu.coek88@gmail.com>,
Jeff Janes <jeff.janes@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2017-03-27T16:55:00Z
Lists: pgsql-hackers
On Fri, Mar 24, 2017 at 3:49 AM, Amit Kapila <amit.kapila16@gmail.com> wrote: > On Fri, Mar 24, 2017 at 12:25 PM, Ashutosh Sharma <ashu.coek88@gmail.com> wrote: >>> >>> I think it would have been probably okay to use *int* for ntuples as >>> that matches with what you are actually assigning in the function. >> >> okay, corrected it. Attached is newer version of patch. > > Thanks, this version looks good to me. Committed. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Still more code review for single-page hash vacuuming.
- c4c51541e22b 10.0 landed
-
Another fix for single-page hash index vacuum.
- 9abbf4727de7 10.0 cited