Re: identifying the backend that owns a temporary schema
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Jeremy Schneider <schnjere@amazon.com>
Cc: pgsql-hackers@postgresql.org
Date: 2022-08-16T23:04:23Z
Lists: pgsql-hackers
Attachments
On Mon, Aug 15, 2022 at 02:47:25PM -0700, Jeremy Schneider wrote: > I'll take a look at the patch if I can... and I'm hopeful that we're > able to move this idea forward and get this little gap in PG filled once > and for all! Thanks! I noticed that the "result" variable in pg_stat_get_backend_idset() is kind of pointless after my patch is applied, so here is a v2 with it removed. -- Nathan Bossart Amazon Web Services: https://aws.amazon.com
Commits
-
Use actual backend IDs in pg_stat_get_backend_idset() and friends.
- d7e39d72ca1c 16.0 landed