Use NULL instead of 0 for pointer arguments.

Nathan Bossart <nathan@postgresql.org>

Commit: a31767fc0935bf8dce884ed35dbe644516d0115e
Author: Nathan Bossart <nathan@postgresql.org>
Date: 2025-06-06T17:08:17Z
Releases: 18.0
Use NULL instead of 0 for pointer arguments.

Commit 5fe08c006c fixed this for calls to dshash_create().  This
commit fixes calls to dshash_attach() and dsa_create_in_place().

Reviewed-by: Masahiko Sawada <sawada.mshk@gmail.com>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/aECi_gSD9JnVWQ8T%40nathan

Files

Discussion