]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Use NULL instead of 0 for pointer arguments.
authorNathan Bossart <nathan@postgresql.org>
Fri, 6 Jun 2025 17:08:17 +0000 (12:08 -0500)
committerNathan Bossart <nathan@postgresql.org>
Fri, 6 Jun 2025 17:08:17 +0000 (12:08 -0500)
commita31767fc0935bf8dce884ed35dbe644516d0115e
treec4d515f51f83020cb073ad197de3275d311f823c
parent304862973e9a77c31cbf05d10b8b71c1a2870e59
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
src/backend/replication/logical/launcher.c
src/backend/utils/activity/pgstat_shmem.c