Replace pointer comparisons and assignments to literal zero with NULL

Peter Eisentraut <peter@eisentraut.org>

Commit: ec782f56b0c30ef493e8356b46e1131612f01d9f
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2025-12-02T07:39:24Z
Replace pointer comparisons and assignments to literal zero with NULL

While 0 is technically correct, NULL is the semantically appropriate
choice for pointers.

Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Discussion: https://www.postgresql.org/message-id/aS1AYnZmuRZ8g%2B5G%40ip-10-97-1-34.eu-west-3.compute.internal

Files

Discussion