Re: Comment simplehash/dynahash trade-offs
James Coleman <jtc331@gmail.com>
From: James Coleman <jtc331@gmail.com>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>, Tomas Vondra <tomas.vondra@2ndquadrant.com>,
Andres Freund <andres@anarazel.de>
Date: 2020-08-01T18:15:36Z
Lists: pgsql-hackers
On Fri, Jul 31, 2020 at 8:17 PM Thomas Munro <thomas.munro@gmail.com> wrote: > > On Sat, Aug 1, 2020 at 7:22 AM James Coleman <jtc331@gmail.com> wrote: > > [v2 patch set] > > I ran it through pgindent which insisted on adding some newlines, I > manually replaced some spaces with tabs to match nearby lines, I added > some asterisks in your example function prototypes where <element> is > returned because they seemed to be missing, and I pushed this. > Thanks! Thanks for reviewing and committing! James
Commits
-
Correct comment in simplehash.h.
- 63e9aa6879cc 14.0 landed
-
Improve programmer docs for simplehash and dynahash.
- 84c0e4b9bce7 14.0 landed