Thread: pgsql-server/src/backend commands/variable.c u ...

pgsql-server/src/backend commands/variable.c u ...

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/04/27 13:31:25

Modified files:
    src/backend/commands: variable.c
    src/backend/utils/mb: mbutils.c

Log message:
    Clean up some problems in SetClientEncoding: failed to honor doit flag
    in all cases, leaked TopMemoryContext memory in others.  Make the
    interaction between SetClientEncoding and InitializeClientEncoding
    cleaner and better documented.  I suspect these changes should be
    back-patched into 7.3, but will wait on Tatsuo's verification.