]> granicus.if.org Git - postgresql/commit
Substantial rewrite of async.c to avoid problems with non-reentrant stdio
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Oct 1998 02:40:09 +0000 (02:40 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Oct 1998 02:40:09 +0000 (02:40 +0000)
commitc77a29a14efe69851a087989e3520ed560fa8862
tree351498a12d481c6ab7c52632441b2294a708f504
parente7e027a6c9ca2fde9c05da9fda8ea89d1a6296c6
Substantial rewrite of async.c to avoid problems with non-reentrant stdio
and possibly other problems.  Minor changes in xact.c and postgres.c's
main loop to support new handling of async NOTIFY.
src/backend/access/transam/xact.c
src/backend/commands/async.c
src/backend/tcop/postgres.c
src/backend/utils/misc/trace.c
src/include/access/xact.h
src/include/commands/async.h
src/include/utils/trace.h