mirror of
https://github.com/postgres/postgres.git
synced 2026-06-04 14:55:34 -04:00
003788e81e
We can't actually print the parent RelOptInfo in toto, because that would lead to infinite recursion. But it's safe enough to reach into the parent and print its identifying relids, and that makes it a whole lot easier to figure out what a Path represents. Should have done this years ago.