| From: | Greg Stark <stark(at)mit(dot)edu> |
|---|---|
| To: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
| Cc: | Sergey Muraviov <sergey(dot)k(dot)muraviov(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Emre Hasegeli <emre(at)hasegeli(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: wrapping in extended mode doesn't work well with default pager |
| Date: | 2014-05-17 17:31:15 |
| Message-ID: | CAM-w4HMsTo61b5KUK=At3A7Oqkf9F0cTDHcTgFw-C=97H86kBA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Sorry, a couple things still look to not be quite right.
1) The width of the table when linestyle=old-ascii and border=0 or
border=1 (and expanded=on and format=wrapped) seems to off by one.
2) The hyphens following the RECORD NN are short by one
I'm surprised the last patch was so big since it sounded like a simple
off-by-one bug. It looks like you've removed the leading space on the
border=0 expanded case. I guess that makes sense but we should
probably stop making significant changes now and just focus on fixing
the off by one bugs.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tomas Vondra | 2014-05-17 17:51:30 | buildfarm: strange OOM failures on markhor (running CLOBBER_CACHE_RECURSIVELY) |
| Previous Message | Tom Lane | 2014-05-17 16:23:51 | Re: %d in log_line_prefix doesn't work for bg/autovacuum workers |