Thread: pgsql: Fix memory stomp that's turning the whole buildfarm pink: you

pgsql: Fix memory stomp that's turning the whole buildfarm pink: you

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Fix memory stomp that's turning the whole buildfarm pink: you can't hack up
pg_wcsformat without changing pg_wcssize to match.  Add some comments to
try to make that clearer, and make a couple other minor editorializations.

Modified Files:
--------------
    pgsql/src/bin/psql:
        mbprint.c (r1.32 -> r1.33)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/mbprint.c?r1=1.32&r2=1.33)
        mbprint.h (r1.11 -> r1.12)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/mbprint.h?r1=1.11&r2=1.12)