pginstaller - pginst: Fix invalid mixing of unicode and ANSI string

From: mha(at)pgfoundry(dot)org (User Mha)
To: pgsql-committers(at)postgresql(dot)org
Subject: pginstaller - pginst: Fix invalid mixing of unicode and ANSI string
Date: 2004-12-02 19:58:21
Message-ID: 20041202195821.254EBAAF3B8@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix invalid mixing of unicode and ANSI string references in several error messages.

Modified Files:
--------------
pginst/ca:
pginstca.c (r1.67 -> r1.68)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.67&r2=1.68)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-12-02 20:04:21 pgsql: Hack to work around broken linker on older NetBSD/OpenBSD/Irix
Previous Message User Mha 2004-12-02 19:48:18 pginstaller - pginst: Make sure all malloc() calls have return values