[PATCHES] suggested warning about perl nested named subroutines

2005-10-11 Thread Andrew Dunstan
I propose to add the following to the plperl docs, following recent problems. comments? cheers andrew Index: plperl.sgml === RCS file: /cvsroot/pgsql/doc/src/sgml/plperl.sgml,v retrieving revision 2.45 diff -c -r2.45

Re: [PATCHES] suggested warning about perl nested named subroutines

2005-10-11 Thread David Fetter
On Tue, Oct 11, 2005 at 08:40:21PM -0400, Andrew Dunstan wrote: I propose to add the following to the plperl docs, following recent problems. comments? Examples of each and how they'd break would be good. Cheers, D cheers andrew Index: plperl.sgml

Re: [PATCHES] suggested warning about perl nested named subroutines

2005-10-11 Thread Neil Conway
On Tue, 2005-11-10 at 18:36 -0700, David Fetter wrote: Examples of each and how they'd break would be good. Is that needed? Seems like overkill to me. -Neil ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings

Re: [PATCHES] suggested warning about perl nested named subroutines

2005-10-11 Thread Andrew Dunstan
David Fetter wrote: On Tue, Oct 11, 2005 at 09:58:22PM -0400, Neil Conway wrote: On Tue, 2005-11-10 at 18:36 -0700, David Fetter wrote: Examples of each and how they'd break would be good. Is that needed? Seems like overkill to me. IMHO, yes, and no, respectively. If

Re: [PATCHES] suggested warning about perl nested named subroutines

2005-10-11 Thread Neil Conway
On Tue, 2005-11-10 at 18:55 -0700, David Fetter wrote: IMHO, yes, and no, respectively. If there's an example, there's fewer frustrated people pestering lists about it. There is something to be said for brevity: spending a lot of prose on an example of an obscure problem means the

Re: [PATCHES] suggested warning about perl nested named subroutines

2005-10-11 Thread David Fetter
On Tue, Oct 11, 2005 at 10:01:02PM -0400, Andrew Dunstan wrote: David Fetter wrote: On Tue, Oct 11, 2005 at 09:58:22PM -0400, Neil Conway wrote: On Tue, 2005-11-10 at 18:36 -0700, David Fetter wrote: Examples of each and how they'd break would be good. Is that needed? Seems like