Re: [HACKERS] AIX 4.2.1 regression test

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] AIX 4.2.1 regression test
Дата
Msg-id 363746F9.A7E4C3DE@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] AIX 4.2.1 regression test  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] AIX 4.2.1 regression test
Список pgsql-hackers
> > AIX 4.2.1 regression tests are ok :-)
> > rules ..  failed 
> Ah-hah, so HPUX is not the only platform where qsort chooses to output
> those tuples in the other order.  I feel better now ;-)

Don't feel too good. There is a reason AIX is pronounced "aches" :)

> > modify configure test for cpp stdin
> 2. Rewrite the shell scripts that are using this feature so that they
> don't need cpp-from-stdin, but just use a temporary file and plain
> $(CPP).  Then we can forget about testing for it in configure.
> A quick "glimpse" shows there are only two shell scripts using
> $(CPPSTDIN), so I think choice #2 is the way to go.

I agree. Those two scripts use temporary files for other stages of their
processing, so it isn't a change from what they already do. I was
tempted to do that a month ago when I first ran across the problem of
the hardcoded cpp references. Are you going to try to do it now, or
should we wait for v6.4.1? I would think that it has a high probability
of success, with testing from just one or two people.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] lock table
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] serial type