Re: a couple of small cleanup patches for DSM-related code
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Masahiko Sawada <sawada.mshk@gmail.com>, pgsql-hackers@postgresql.org
Date: 2025-06-06T17:09:41Z
Lists: pgsql-hackers
Committed. -- nathan
Commits
-
Use NULL instead of 0 for pointer arguments.
- a31767fc0935 18.0 landed
-
Fixed signed/unsigned mismatch in test_dsm_registry.
- 65145d0955c4 17.6 landed
- 304862973e9a 18.0 landed
-
Use NULL instead of 0 for 'arg' argument in dshash_create() calls.
- 5fe08c006c82 17.0 cited
-
Introduce the dynamic shared memory registry.
- 8b2bcf3f287c 17.0 cited