• T
    Eliminate elog()'s hardwired limit on length of an error message. · b399805e
    Tom Lane 提交于
    This change seems necessary in conjunction with long queries, and it
    cleans up some bogosity in connection with long EXPLAIN texts anyway.
    Note that current libpq will accept any length error message (at least
    until it runs out of memory); prior versions have a limit of 8K, but
    will cleanly discard excess error text, so there shouldn't be any
    big compatibility problems with old clients.
    b399805e
explain.c 7.2 KB