Re: [PATCH] Expose port->authn_id to extensions and triggers
Jacob Champion <jchampion@timescale.com>
From: Jacob Champion <jchampion@timescale.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: "sfrost@snowman.net" <sfrost@snowman.net>,
"rjuju123@gmail.com" <rjuju123@gmail.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>,
"tgl@sss.pgh.pa.us" <tgl@sss.pgh.pa.us>, "andres@anarazel.de" <andres@anarazel.de>
Date: 2022-05-31T22:21:03Z
Lists: pgsql-hackers
Attachments
- v10-0001-Add-API-to-retrieve-authn_id-from-SQL.patch (text/x-patch) patch v10-0001
- v10-0002-Allow-parallel-workers-to-use-pg_session_authn_i.patch (text/x-patch) patch v10-0002
v10 is rebased over latest; I've also added a PGDLLIMPORT to the new global. --Jacob
Commits
-
Remove initialization of MyClientConnectionInfo at backend startup
- 701ac2cb1fa2 16.0 landed
-
Allow parallel workers to retrieve some data from Port
- d951052a9e02 16.0 landed