Retrieving variable names from ids in pl_exec.c - Mailing list pgsql-hackers

From Dimitris Karampinas
Subject Retrieving variable names from ids in pl_exec.c
Date
Msg-id 4DE55ECA.2070002@gmail.com
Whole thread Raw
Responses Re: Retrieving variable names from ids in pl_exec.c  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Getting a bug tracker for the Postgres project
Next
From: Cédric Villemain
Date:
Subject: Re: Getting a bug tracker for the Postgres project