pgsql: Fix memory stomp that's turning the whole buildfarm pink: you - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix memory stomp that's turning the whole buildfarm pink: you
Date
Msg-id 20080509052504.EB8AF7559E9@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add to TODO: > > * Improve the /contrib installation experience
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix bogus expected output that should have made it quite clear