[PATCH]Fix for ecpglib's native language messages output
Chen Huajun <chenhj@cn.fujitsu.com>
From: Chen Huajun <chenhj@cn.fujitsu.com>
To: pgsql-hackers@postgresql.org
Date: 2013-01-27T04:42:48Z
Lists: pgsql-hackers
Attachments
- ecpg_gettext.patch (text/plain) patch
Hi I found the ecpg programs can not output the native language messages which defined in ecpglib6-9.x.mo. The reason is a misstake in "src/interfaces/ecpg/ecpglib/misc.c", and i mad a patch for that. Chen Huajun