postgresql/contrib/uuid-ossp
Peter Eisentraut 02c408e21a Remove redundant null pointer checks before free()
Per applicable standards, free() with a null pointer is a no-op.
Systems that don't observe that are ancient and no longer relevant.
Some PostgreSQL code already required this behavior, so this change
does not introduce any new requirements, just makes the code more
consistent.

Discussion: https://www.postgresql.org/message-id/flat/dac5d2d0-98f5-94d9-8e69-46da2413593d%40enterprisedb.com
2022-07-03 11:47:15 +02:00
..
expected Fix uuid-ossp regression tests based on buildfarm feedback. 2014-05-28 23:15:51 -04:00
sql Fix uuid-ossp regression tests based on buildfarm feedback. 2014-05-28 23:15:51 -04:00
.gitignore Introduce SHA1 implementations in the cryptohash infrastructure 2021-01-23 11:33:04 +09:00
Makefile uuid-ossp: Remove obsolete build connection with pgcrypto 2021-10-30 12:53:02 +02:00
uuid-ossp--1.0--1.1.sql Update uuid-ossp extension for parallel query. 2016-06-14 14:56:21 -04:00
uuid-ossp--1.1.sql Update uuid-ossp extension for parallel query. 2016-06-14 14:56:21 -04:00
uuid-ossp.c Remove redundant null pointer checks before free() 2022-07-03 11:47:15 +02:00
uuid-ossp.control Mark some contrib modules as "trusted". 2020-02-13 15:02:35 -05:00