mirror of
https://github.com/postgres/postgres.git
synced 2025-11-17 00:02:52 -05:00
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.