pg_backtrace

From: Konstantin Knizhnik <k(dot)knizhnik(at)postgrespro(dot)ru>
To: pgsql-announce(at)postgresql(dot)org
Subject: pg_backtrace
Date: 2018-11-20 14:41:06
Message-ID: 19becbd0-766b-66f8-ca3e-2443fe626f1f@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Hello All,

I want to announce pg_backtrace extension for Postgres, allowing to get
backtrace of Postgres errors and exceptions when no debugger is available.
It is using GNU backtrace function is available only for Linux.

Sources of extension are available at github:
https://github.com/postgrespro/pg_backtrace

--
Konstantin Knizhnik
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Browse pgsql-announce by date

  From Date Subject
Next Message Bo Peng 2018-11-22 09:23:36 Pgpool-II 4.0.2, 3.7.7, 3.6.14, 3.5.18 and 3.4.21 are now officially released.
Previous Message Gilles Darold 2018-11-20 11:11:14 pgFormatter 3.3 released