| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | t-ishii(at)sra(dot)co(dot)jp |
| Cc: | David Sauer <davids(at)orfinet(dot)cz>, pgsql-hackers(at)postgreSQL(dot)org |
| Subject: | Re: [HACKERS] I can't compile cvs snapshot ... |
| Date: | 1999-05-26 02:50:16 |
| Message-ID: | 199905260250.WAA29840@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> Before it was "0x007fU" and now is "0x007f U". Probably pgindent did
> something.
>
> >This seems like the intent, and pgindent doesn't like the old format.
>
> Does this mean we are not allowed to use "U"? I think this is leagal
> according to the standard C grammer.
Well, it seems BSD indent mucks up 0x7fU, so I would prefer if we didn't
use it. If you use it, pgindent will break it the next time I run it,
and I will manually convert it to (unsigned). Is that OK?
I can probably add some code to pgindent to work around the problem, as
I have done for other indent issues if you would prefer.
--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tatsuo Ishii | 1999-05-26 04:03:34 | Re: [HACKERS] I can't compile cvs snapshot ... |
| Previous Message | Vadim Mikheev | 1999-05-26 02:45:30 | Re: [HACKERS] strange behavior of UPDATE |