Re: Re: [PATCHES] s_lock.h cleanup

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Re: [PATCHES] s_lock.h cleanup
Дата
Msg-id 200101191640.LAA23982@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [PATCHES] s_lock.h cleanup  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Re: [PATCHES] s_lock.h cleanup  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Bruce Momjian writes:
> 
> > In looking at the VAX ASM problem, I realized that the ASM in s_lock.h
> > is all formatted differently, making it even more confusing.  I have
> > applied the following patch to s_lock.h to try and clean it up.
> 
> I don't believe in this patch at all.  It makes the assumption that all
> assemblers have equally forgiving lexical rules as a certain subset of
> said assemblers.  For example, the VAX code does not look at all like the
> one back when it still worked.

I agree the VAX code was changed in the patch, but the VAX person sent
email that he had to add the semicolons to make it work on his platform,
and that the original "   \n\" code did compile at all.

I believe the formatting problem was that some code had
"command;command; : lkjasfd : asldfk" while some had them spread over
separate lines, and others used \n\, all very randomly.  Now at least
they are all consistent and use similar formatting.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@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 по дате отправления:

Предыдущее
От: Trond Kjernaasen
Дата:
Сообщение: Re: Problems with BLOBs under Windows?
Следующее
От: Patrick Welche
Дата:
Сообщение: Re: Re: Getting configure to notice link-time vs run-time failures