Re: Unicode UTF-8 table formatting for psql text output
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Selena Deckelmann <selenamarie@gmail.com>
Cc: Roger Leigh <rleigh@codelibre.net>, "Brad T. Sliger" <bsliger@sliger.org>, Alvaro Herrera <alvherre@commandprompt.com>, Roger Leigh <rleigh@debian.org>, pgsql-hackers@postgresql.org
Date: 2009-09-28T02:03:33Z
Lists: pgsql-hackers
On Sun, Sep 27, 2009 at 9:24 PM, Selena Deckelmann <selenamarie@gmail.com> wrote: > Hi! > > On Wed, Sep 23, 2009 at 2:16 AM, Roger Leigh <rleigh@codelibre.net> wrote: >> On Fri, Sep 18, 2009 at 11:30:05AM -0700, Selena Deckelmann wrote: >>> Brad says: >>> >>> The patched code compiles without any additional warnings. >>> Lint gripes about a trailing ',' in 'typedef enum printTextRule' in >>> print.h. Other additional lint seem to be false positives. The >>> regression tests pass against the new patch. >> >> I've attached a new patch which tidies up those extra commas, plus >> a patch showing the changes from the previous patch. > > Great! Thank you. > > Brad -- can you review this patch? Is it ready for a committer? Brad already marked it that way on the CommitFest application, so I think that probably means yes. :-) ...Robert