pgsql-server/src backend/commands/async.c back ...

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/commands/async.c back ...
Date: 2004-01-27 00:45:26
Message-ID: 20040127004526.F2698D1D545@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)org 04/01/26 20:45:26

Modified files:
src/backend/commands: async.c
src/backend/libpq: pqsignal.c
src/backend/main: main.c
src/backend/port: sysv_sema.c sysv_shmem.c
src/backend/postmaster: postmaster.c
src/backend/storage/ipc: pmsignal.c
src/backend/storage/lmgr: proc.c
src/backend/utils/init: miscinit.c
src/include/libpq: pqsignal.h

Log message:
Here's the latest win32 signals code, this time in the form of a patch
against the latest shapshot. It also includes the replacement of kill()
with pqkill() and sigsetmask() with pqsigsetmask().

Passes all tests fine on my linux machine once applied. Still doesn't
link completely on Win32 - there are a few things still required. But
much closer than before.

At Bruce's request, I'm goint to write up a README file about the method
of signals delivery chosen and why the others were rejected (basically a
summary of the mailinglist discussions). I'll finish that up once/if the
patch is accepted.

Magnus Hagander

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-01-27 00:46:58 pgsql-server/src/backend/libpq pqsignal.c
Previous Message Bruce Momjian 2004-01-26 22:59:54 pgsql-server/src backend/postmaster/pgstat.c b ...