[COMMITTERS] pgsql: Add a stack overflow check to copyObject().

2010-12-06 Thread Tom Lane
Add a stack overflow check to copyObject(). There are some code paths, such as SPI_execute(), where we invoke copyObject() on raw parse trees before doing parse analysis on them. Since the bison grammar is capable of building heavily nested parsetrees while itself using only minimal stack depth,

[COMMITTERS] pgsql: Add a stack overflow check to copyObject().

2010-12-06 Thread Tom Lane
Add a stack overflow check to copyObject(). There are some code paths, such as SPI_execute(), where we invoke copyObject() on raw parse trees before doing parse analysis on them. Since the bison grammar is capable of building heavily nested parsetrees while itself using only minimal stack depth,

[COMMITTERS] pgsql: Add a stack overflow check to copyObject().

2010-12-06 Thread Tom Lane
Add a stack overflow check to copyObject(). There are some code paths, such as SPI_execute(), where we invoke copyObject() on raw parse trees before doing parse analysis on them. Since the bison grammar is capable of building heavily nested parsetrees while itself using only minimal stack depth,

[COMMITTERS] pgsql: Add a stack overflow check to copyObject().

2010-12-06 Thread Tom Lane
Add a stack overflow check to copyObject(). There are some code paths, such as SPI_execute(), where we invoke copyObject() on raw parse trees before doing parse analysis on them. Since the bison grammar is capable of building heavily nested parsetrees while itself using only minimal stack depth,

[COMMITTERS] pgsql: Add a stack overflow check to copyObject().

2010-12-06 Thread Tom Lane
Add a stack overflow check to copyObject(). There are some code paths, such as SPI_execute(), where we invoke copyObject() on raw parse trees before doing parse analysis on them. Since the bison grammar is capable of building heavily nested parsetrees while itself using only minimal stack depth,

[COMMITTERS] pgsql: Add a stack overflow check to copyObject().

2010-12-06 Thread Tom Lane
Add a stack overflow check to copyObject(). There are some code paths, such as SPI_execute(), where we invoke copyObject() on raw parse trees before doing parse analysis on them. Since the bison grammar is capable of building heavily nested parsetrees while itself using only minimal stack depth,