Re: Server hangs on multiple connections

Поиск
Список
Период
Сортировка
От David Christian
Тема Re: Server hangs on multiple connections
Дата
Msg-id CC27E993-CF0D-11D6-AF0A-0003933E390A@comtechmobile.com
обсуждение исходный текст
Ответ на Re: Server hangs on multiple connections  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
I think you've fixed it.  With your patch, and a simple

$ ./configure
$ make
$ make check
# make install

the check works and all tests (except geometry on floating point stuff)
pass; and after installing, I can really hammer the server and it
doesn't hang.  Looks like users on Yellow Dog Linux multi-CPU PowerPC
platforms won't have this problem anymore ... that is, when the next
person besides me decides to try it. :-)

This whole exercise was well worth my time, and I get the added bonus
of not having to switch machines.  I know you spent a lot of time on it
and I greatly appreciate your care and responsiveness.

Many thanks - feel free to ask me to check anything else on this
platform you would like to see.

David


On Friday, Sep 20, 2002, at 20:40 US/Eastern, Tom Lane wrote:

> Well, the long and the short of it seems to be that no one before you
> ever tried to run Postgres on a multi-CPU PowerPC machine :-(
>
> Some digging around on the net made it clear that we were missing
> synchronization instructions that are critical for access to shared
> memory in a multi-CPU system.  I have applied the attached patch to
> CVS tip (7.3beta2-almost).  It looks like it will apply cleanly to
> 7.2.*, so please try it out (with optimization re-enabled) and let
> us know what you see!

[snip]

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

Предыдущее
От: tomas@fabula.de
Дата:
Сообщение: Re: Bug #777: postgresql desconectado (not connect)
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #779: query 'SELECT '{1,2}' *= NULL' crash backend