Re: How to cripple a postgres server

Поиск
Список
Период
Сортировка
От torsknod@datas-world.dyndns.org
Тема Re: How to cripple a postgres server
Дата
Msg-id courier.3CF9A279.00005135@datas-world.dyndns.org
обсуждение исходный текст
Ответ на How to cripple a postgres server  (Stephen Robert Norris <srn@commsecure.com.au>)
Список pgsql-general
Comments: In-reply-to Stephen Robert Norris <srn@commsecure.com.au>
    message dated "29 May 2002 11:59:25 +1000"
Date: Tue, 28 May 2002 23:55:57 -0400
Message-ID: <20115.1022644557@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
Precedence: bulk
Sender: pgsql-general-owner@postgresql.org

Stephen Robert Norris <srn@commsecure.com.au> writes:
> Not at all like the vacuum problem. Do you have any other tests I can
> run? Other diagnostics that might help?

This is a long shot, but ... does the behavior change if you remove the
two lines

    if (signo != SIGALRM)
        act.sa_flags |= SA_RESTART;

near the bottom of src/backend/libpq/pqsignal.c ?  I am wondering if
Linux gets unhappy if we try to do much in a signal handler.  This
looks to be the simplest alteration that might address such a problem.

            regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

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

Предыдущее
От: Erwin Ambrosch
Дата:
Сообщение: ALTER TABLE
Следующее
От: Mathieu Arnold
Дата:
Сообщение: strangeness in pg_dump