Re: pgsql: Further tweaking of print_aligned_vertical().

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: pgsql: Further tweaking of print_aligned_vertical().
Дата
Msg-id CAM-w4HMWUVBKfvsAdJNPvbxkPCKLJTUtzmysCSeR25DiU2mV=Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Further tweaking of print_aligned_vertical().  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Mon, Jan 4, 2016 at 6:18 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> VAX (simh):
>> https://docs.google.com/presentation/d/1PG-bMU4WiS1pjtBwRvH4cE-nN9y5gj8ZLCO7KMrlvYg/view
>
>> Fuzzer:
>> https://docs.google.com/presentation/d/12Dd9Bhcugkdi2w0ye4T1fy9ccjconJEz9cNthdeyH7k/view
>
> Very cool, thanks!

Incidentally, I did boot up the simulator again the other day because
I had had an idea for how we might get the regression tests to pass.
However the idea didn't pan out. I thought maybe we could compile just
float.c with -msoft-float so that the backend used VAX floats and the
user datatype was represented by IEEE floats. I'm sure there are a few
places where we assume we can convert one to the other but I was
hoping it would be few enough to be manageable to fix up. I wasn't
sure how feasible it was to have a mixed build at all and I was going
to experiment.

However gcc doesn't support -msoft-float on VAX. Apparently
-msoft-float is an implemented by the architecture backend rather than
as a portable general purpose feature :(


-- 
greg



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

Предыдущее
От: Atri Sharma
Дата:
Сообщение: Re: Accessing non catalog table in backend
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [PATCH] we have added support for box type in SP-GiST index