pgsql: Change pgcrypto to use the new ResourceOwner mechanism.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Change pgcrypto to use the new ResourceOwner mechanism.
Date: 2023-11-08 11:36:56
Message-ID: E1r0grf-004TbM-L4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cd694f60dc975e9fe41e8643ca6f0629283d102e

Modified Files
--------------
contrib/pgcrypto/openssl.c | 181 +++++++++++++++++++--------------------------
1 file changed, 78 insertions(+), 103 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2023-11-08 11:42:26 Re: pgsql: Clean up role created in new subscription test.
Previous Message Peter Eisentraut 2023-11-08 10:35:35 pgsql: Don't install ldap_password_func in meson