mirror of
https://github.com/postgres/postgres.git
synced 2025-09-08 00:47:37 +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.