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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix memory stomp that's turning the whole buildfarm pink: you
Date: 2008-05-09 05:25:04
Message-ID: 20080509052504.EB8AF7559E9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-05-09 05:25:54 pgsql: Fix bogus expected output that should have made it quite clear
Previous Message Bruce Momjian 2008-05-09 03:58:41 pgsql: Add to TODO: > > * Improve the /contrib installation experience