Re: [HACKERS] I can't compile cvs snapshot ... - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] I can't compile cvs snapshot ...
Date
Msg-id 199905260250.WAA29840@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] I can't compile cvs snapshot ...  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Responses Re: [HACKERS] I can't compile cvs snapshot ...  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Re: [HACKERS] I can't compile cvs snapshot ...  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Vadim Mikheev
Date:
Subject: Re: [HACKERS] strange behavior of UPDATE
Next
From: Tatsuo Ishii
Date:
Subject: Re: [HACKERS] I can't compile cvs snapshot ...