]> granicus.if.org Git - postgresql/commit
Attached is a patch that fixes these leaks, and does a couple other
authorBruce Momjian <bruce@momjian.us>
Tue, 9 Jun 1998 04:06:12 +0000 (04:06 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 9 Jun 1998 04:06:12 +0000 (04:06 +0000)
commitcb8539f9be6ce6dca18a6a5cdbc69439d2e919ce
tree06712fdfa929f00e6dde84f69c4735cab07c79eb
parent3912b757050b5380939a474f1e244f5ce5c411f0
Attached is a patch that fixes these leaks, and does a couple other
things as well:
  * Computes and saves a cancel key for each backend.  * fflush
  before forking, to eliminate double-buffering problems
    between postmaster and backends.

Other cleanups.

Tom Lane
src/backend/postmaster/postmaster.c