Hi,
thanks for testing, unfortunately I don't have a 8.0 around. And as 8.2
works and is probably coming very soon...
Regards
Markus
Shelby Cain wrote:
> I don't get a segfault on 8.0.8 under linux or 8.1.4 under win32. The backend (correctly I assume) issues a hint to increase max_stack_depth in both cases.
>
> $ psql -h localhost -p 5432 -d test -U readwrite < script.sql
>
> Password:
>
> CREATE TABLE
>
> ERROR: stack depth limit exceeded
>
> HINT: Increase the configuration parameter "max_stack_depth".
>
> DROP TABLE
>
> Regards,
>
> Shelby Cain