mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
recursion in RewriteQuery(); also, detect recursion in fireRIRrules(), so as to catch self-referential views per example from Ryan VanderBijl. Minor code restructuring to make it easier to catch recursive case.