Re: cleanup patches for dshash
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Andy Fan <zhihuifan1213@163.com>
Cc: pgsql-hackers@postgresql.org, pgsql-hackers@lists.postgresql.org
Date: 2024-02-27T04:52:13Z
Lists: pgsql-hackers
Attachments
- 0001-Fix-comments-for-the-dshash_parameters-struct.patch (text/x-diff)
On Mon, Feb 26, 2024 at 03:55:10PM -0600, Nathan Bossart wrote: > Committed. I noticed that I forgot to update a couple of comments. While fixing those, I discovered additional oversights that have been around since 2017. I plan to commit this shortly. -- Nathan Bossart Amazon Web Services: https://aws.amazon.com
Commits
-
Fix comments for the dshash_parameters struct.
- e1724af42c7b 17.0 landed
-
Add helper functions for dshash tables with string keys.
- 42a1de3013ea 17.0 landed
-
Use NULL instead of 0 for 'arg' argument in dshash_create() calls.
- 5fe08c006c82 17.0 landed