Patch for BUG #6480, psql incorrect indent for inherited tables names with UTF-8 NLS

From: Sergey Burladyan <eshkinkot(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Patch for BUG #6480, psql incorrect indent for inherited tables names with UTF-8 NLS
Date: 2012-02-24 22:43:10
Message-ID: 87r4xjc0ox.fsf@home.progtech.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


See http://archives.postgresql.org/pgsql-bugs/2012-02/msg00164.php

This need function for count characters, not bytes. I find this pg_wcswidth but
it is not used anywhere and broken. So, I fix it and also change it prototype
for remove type casting.

PS: Please help, next week release will be with Russian translation again (thank you,
Alexander!) and this tiny bug is slightly annoying.

Attachment Content-Type Size
psql-NLS-text-width.patch text/x-diff 0 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thom Brown 2012-02-24 23:01:54 Re: Command Triggers, patch v11
Previous Message Thom Brown 2012-02-24 22:39:08 Re: Command Triggers, patch v11