Re: [HACKERS] [GENERAL] pgindented tsearch2 for 7.3.4

2003-09-27 Thread Bruce Momjian
Nigel J. Andrews wrote: > It was a far more basic problem than that! I'd have been pleased if I'd got as > far as that. You developers of today don't know you're born. Back in my day we > used to have to get up before noon just to turn the computer on... > > Actually, I had a problem in that I onl

Re: [HACKERS] [GENERAL] pgindented tsearch2 for 7.3.4

2003-09-24 Thread Nigel J. Andrews
On Wed, 24 Sep 2003, Bruce Momjian wrote: > Nigel J. Andrews wrote: > > > > > > I never knew running indent was so damn complicated. All three of my > > development systems can not manage it without throughing a fault > ... > > There are about 6 files that can't be run through pgindent, and tse

Re: [HACKERS] [GENERAL] pgindented tsearch2 for 7.3.4

2003-09-24 Thread Andrew Dunstan
Bruce Momjian wrote: It is actually this code that is causing it: LOOPBYTE( if ((sign[i] & 0xff) != 0xff) PG_RETURN_POINTER(retval); ); With the macro being: #define LOOPBYTE(a) \ for(i=0;i If you ask me, this is just _weird_

Re: [HACKERS] [GENERAL] pgindented tsearch2 for 7.3.4

2003-09-24 Thread Bruce Momjian
Nigel J. Andrews wrote: > > > I never knew running indent was so damn complicated. All three of my > development systems can not manage it without throughing a fault (I've > absolutely no idea why indent in the shell works but doesn't in pgindent on > one). > > Anyway, has anyone pgindented the