View Single Post

   
  #2 (permalink)  
Old 04-18-2008, 01:39 AM
Tom Lane
 
Posts: n/a
Default Re: plperl - make $_TD global

Andrew Dunstan <andrew@dunslane.net> writes:
> The attached tiny patch will fix the problem Greg Sabino Mullane had
> with a shared lexical $_TD, by making it a global and just pushing a
> local value in the trigger function.
> ...
> I don't think a docs change is needed.


Are you sure this doesn't cause any user-visible semantics change
(ie, something that might break someone's code)?

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Reply With Quote