pgsql: We haven't had a fixed limit on rule recursion depth since 7.3

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: We haven't had a fixed limit on rule recursion depth since 7.3
Date: 2005-01-29 23:45:40
Message-ID: 20050129234540.5609940BFCD@svr1.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
We haven't had a fixed limit on rule recursion depth since 7.3 ...
but the documentation still said so.

Modified Files:
--------------
pgsql/doc/src/sgml:
rules.sgml (r1.40 -> r1.41)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/rules.sgml.diff?r1=1.40&r2=1.41)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-01-29 23:45:59 pgsql: We haven't had a fixed limit on rule recursion depth since 7.3
Previous Message Tom Lane 2005-01-29 22:36:04 pgsql: Make sure contrib C functions are marked strict where needed.