]> granicus.if.org Git - postgresql/commit
Another little 'must fix' for 6.5.2: someone removed HAVE_KILL REL6_5_2
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 14 Sep 1999 22:33:35 +0000 (22:33 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 14 Sep 1999 22:33:35 +0000 (22:33 +0000)
commitd5d33e2ee453656d607ad6b1036f0091d29de25a
tree64905d267836e413ba5c22d19ea5f2d1b1694334
parent05a275926b95cef0c8844b45929940e11b24ea3b
Another little 'must fix' for 6.5.2: someone removed HAVE_KILL
from the configuration symbols, but neglected to remove #ifdef HAVE_KILL
from async.c in the REL6_5 branch.  Result: cross-backend NOTIFY dead in
the water.
src/backend/commands/async.c