Retrieving variable names from ids in pl_exec.c

From: Dimitris Karampinas <dkarampin(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Retrieving variable names from ids in pl_exec.c
Date: 2011-05-31 21:34:02
Message-ID: 4DE55ECA.2070002@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

Is there any way to retrieve the actual variable names (as were given
during Stored Procedure definition) for the corresponding var_ids in
pl/plpgsql/src/pl_exec.c ?
I have modified some PostgreSQL code for my own project and I track some
information for functions during their execution. It would be much more
clear at the end if I could map variable ids to their actual names.

Thanks in advance

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2011-05-31 21:41:25 Re: Getting a bug tracker for the Postgres project
Previous Message Alvaro Herrera 2011-05-31 21:31:53 Re: Getting a bug tracker for the Postgres project