• Tom Lane's avatar
    Merge parser's p_relnamespace and p_varnamespace lists into a single list. · f6301574
    Tom Lane authored
    Now that we are storing structs in these lists, the distinction between
    the two lists can be represented with a couple of extra flags while using
    only a single list.  This simplifies the code and should save a little
    bit of palloc traffic, since the majority of RTEs are represented in both
    lists anyway.
    f6301574
analyze.c 73.8 KB