postgresql/contrib/vacuumlo
Peter Eisentraut e890ce7a4f Remove unneeded null pointer checks before PQfreemem()
PQfreemem() just calls free(), and the latter already checks for null
pointers.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/flat/cf26e970-8e92-59f1-247a-aa265235075b%40enterprisedb.com
2022-08-26 19:16:28 +02:00
..
t Replace Test::More plans with done_testing 2022-02-11 20:54:44 +01:00
.gitignore Rework option set of vacuumlo 2018-08-28 21:42:45 +09:00
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
vacuumlo.c Remove unneeded null pointer checks before PQfreemem() 2022-08-26 19:16:28 +02:00