• D
    Revert encoding handling in pg_regress to upstream · bc3bb796
    Daniel Gustafsson 提交于
    If we avoid calling pg_regress with an empty --multibyte we
    can skip GPDB specific handling of the encoding parameter in
    pg_regress and instead follow upstream. While the local diffs
    to pg_regress weren't wrong per se, avoiding merge conflicts
    is of more interest.
    
    Also revert the commented out MULTIBYTE in the makefile to
    match the upstream value. A follow-up commit will fix this
    as well.
    bc3bb796
pg_regress.c 72.3 KB