• Tom Lane's avatar
    Move processNamePattern into dumputils.c in preparation for using it in · 39ed8c40
    Tom Lane authored
    pg_dump as well as psql.  Since psql already uses dumputils.c, while there's
    not any code sharing in the other direction, this seems the easiest way.
    Also, fix misinterpretation of patterns using regex | by adding parentheses
    (same bug found previously in similar_escape()).  This should be backpatched.
    39ed8c40
describe.c 49 KB