mirror of
https://github.com/postgres/postgres.git
synced 2026-06-06 23:59:45 -04:00
8312832567
This adds the ability to get the call stack as a string from within a PL/PgSQL function, which can be handy for logging to a table, or to include in a useful message to an end-user. Pavel Stehule, reviewed by Rushabh Lathia and rather heavily whacked around by Stephen Frost.