postgresql/src/backend/utils
Bruce Momjian 50491963cb 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
2004-01-27 00:45:26 +00:00
..
adt Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path 2004-01-19 19:04:40 +00:00
cache Ensure that close() and fclose() are checked for errors, at least in 2004-01-26 22:35:32 +00:00
error $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
fmgr Add a hash table to cache lookups of 'C'-language functions (that is, 2004-01-19 02:06:42 +00:00
hash Use hash table name, not one-size-fits-all 'DynaHashTable', to identify 2003-12-29 23:54:22 +00:00
init Here's the latest win32 signals code, this time in the form of a patch 2004-01-27 00:45:26 +00:00
mb If we don't have shared libraries, we don't have conversions. Make 2004-01-21 19:22:19 +00:00
misc Ensure that close() and fclose() are checked for errors, at least in 2004-01-26 22:35:32 +00:00
mmgr $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
sort $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
time $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh More janitorial work: remove the explicit casting of NULL literals to a 2004-01-07 18:56:30 +00:00
Makefile There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh to 2004-01-04 05:57:21 +00:00