Re: Comment simplehash/dynahash trade-offs
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: James Coleman <jtc331@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>, Tomas Vondra <tomas.vondra@2ndquadrant.com>,
Andres Freund <andres@anarazel.de>
Date: 2020-08-01T00:16:51Z
Lists: pgsql-hackers
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!
Commits
-
Correct comment in simplehash.h.
- 63e9aa6879cc 14.0 landed
-
Improve programmer docs for simplehash and dynahash.
- 84c0e4b9bce7 14.0 landed