bizgres - bizgres: Add contrib module pg_kill discussed previously but

Поиск
Список
Период
Сортировка
От markir@pgfoundry.org (User Markir)
Тема bizgres - bizgres: Add contrib module pg_kill discussed previously but
Дата
Msg-id 20060820031909.851F086C6D4@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add contrib module pg_kill discussed previously but not commited (suspect
everyone waiting for me, and I didn't have commit access...)

Module adds the pg_terminate_backend function together with a pair of views
which make remote cancel and terminate painless (perhaps too painless).

Modified Files:
--------------
    bizgres/postgresql/contrib:
        Makefile (r1.1.1.2.2.1 -> r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/contrib/Makefile.diff?r1=1.1.1.2.2.1&r2=1.2)

Added Files:
-----------
    bizgres/postgresql/contrib/pg_kill:
        Makefile (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/contrib/pg_kill/Makefile?rev=1.1&content-type=text/x-cvsweb-markup)
        README.pg_kill (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/contrib/pg_kill/README.pg_kill?rev=1.1&content-type=text/x-cvsweb-markup)
        pg_kill.sql.in (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/contrib/pg_kill/pg_kill.sql.in?rev=1.1&content-type=text/x-cvsweb-markup)
        pg_terminate_backend.c (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/contrib/pg_kill/pg_terminate_backend.c?rev=1.1&content-type=text/x-cvsweb-markup)

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

Предыдущее
От: markir@pgfoundry.org (User Markir)
Дата:
Сообщение: bizgres - bizgres: New Directory
Следующее
От: markir@pgfoundry.org (User Markir)
Дата:
Сообщение: bizgres - bizgres: Fix warning from pg_terminate_backend.c during