| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Roger Leigh <rleigh(at)whinlatter(dot)ukfsn(dot)org>, pgsql-patches(at)postgresql(dot)org |
| Subject: | Re: Broken code in recent troff commit |
| Date: | 2005-06-09 18:41:18 |
| Message-ID: | 200506091841.j59IfIZ22049@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
Tom Lane wrote:
> print.c line 1009:
> fputs("\(rs", fout);
>
> is sufficiently obviously wrong that even my ancient HPUX C compiler is
> unhappy. I don't know troff, though, so I don't know if "\\(rs" was
> meant or something else.
Yea, fixed. \(rs is reverse slash.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Roger Leigh | 2005-06-09 18:47:13 | Re: Broken code in recent troff commit |
| Previous Message | Tom Lane | 2005-06-09 18:34:24 | Broken code in recent troff commit |