• Tom Lane's avatar
    Make _outPathInfo print the relid set of the path's parent rel. · 003788e8
    Tom Lane authored
    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.
    003788e8
outfuncs.c 64.1 KB