Change pgcrypto to use the new ResourceOwner mechanism.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: cd694f60dc975e9fe41e8643ca6f0629283d102e
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2023-11-08T11:30:55Z
Releases: 17.0
Change pgcrypto to use the new ResourceOwner mechanism.

This is a nice example of how extensions can now use ResourceOwners to
track extension-specific resource kinds

Reviewed-by: Peter Eisentraut, Andres Freund
Discussion: https://www.postgresql.org/message-id/d746cead-a1ef-7efe-fb47-933311e876a3%40iki.fi

Files

PathChange+/−
contrib/pgcrypto/openssl.c modified +78 −103

Discussion