-
- Downloads
Fix comparisons of pointers with zero to compare with NULL instead.
Per C standard, these are semantically the same thing; but saying NULL when you mean NULL is good for readability. Marti Raudsepp, per results of INRIA's Coccinelle.
Showing
- src/backend/regex/regc_lex.c 1 addition, 1 deletionsrc/backend/regex/regc_lex.c
- src/backend/utils/adt/tsrank.c 1 addition, 1 deletionsrc/backend/utils/adt/tsrank.c
- src/backend/utils/fmgr/dfmgr.c 1 addition, 1 deletionsrc/backend/utils/fmgr/dfmgr.c
- src/bin/pg_dump/pg_backup_tar.c 1 addition, 1 deletionsrc/bin/pg_dump/pg_backup_tar.c
- src/port/dirmod.c 1 addition, 1 deletionsrc/port/dirmod.c
- src/timezone/zic.c 6 additions, 6 deletionssrc/timezone/zic.c
Loading
Please register or sign in to comment