Re: Printing backtrace of postgres processes
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Christoph Berg <myon@debian.org>
Cc: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>, Alvaro Herrera <alvherre@alvh.no-ip.org>, Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>, vignesh C <vignesh21@gmail.com>, torikoshia <torikoshia@oss.nttdata.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-02-23T23:38:15Z
Lists: pgsql-hackers
On Fri, Feb 23, 2024 at 04:39:47PM +0100, Christoph Berg wrote: > I'd be concerned about the cost of doing that as part of the startup > of every single backend process. Shouldn't this rather be done within > the postmaster so it's automatically inherited by forked backends? > (EXEC_BACKEND systems probably don't have libgcc I guess.) Something like this can be measured with a bunch of concurrent connections attempting connections and a very high rate, like pgbench with an empty script and -C, for local connections. -- Michael
Commits
-
Perform apply of large transactions by parallel workers.
- 216a784829c2 16.0 cited
-
Enhance pg_log_backend_memory_contexts() for auxiliary processes.
- 790fbda90209 15.0 cited
-
Allow GRANT on pg_log_backend_memory_contexts().
- f0b051e322d5 15.0 cited
-
Move Perl test modules to a better namespace
- b3b4d8e68ae8 15.0 cited
-
Unify PostgresNode's new() and get_new_node() methods
- 201a76183e20 15.0 cited
-
Add backtrace support for error reporting
- 71a8a4f6e365 13.0 cited