diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-04-04 15:05:16 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-04-04 15:05:16 -0400 |
commit | 60243e89a707bb141aa1b164c2d6fb59e3e22408 (patch) | |
tree | 858c890483f402d35f4276a8c81478e050c23ede /src/backend/tcop/postgres.c | |
parent | 8d2a5fb219aab954fe6642a2c1abdaa058ddeaef (diff) | |
download | postgresql-60243e89a707bb141aa1b164c2d6fb59e3e22408.tar.gz postgresql-60243e89a707bb141aa1b164c2d6fb59e3e22408.zip |
Fix syslogger to not lose log coherency under high load.
The original coding of the syslogger had an arbitrary limit of 20 large
messages concurrently in progress, after which it would just punt and dump
message fragments to the output file separately. Our ambitions are a bit
higher than that now, so allow the data structure to expand as necessary.
Reported and patched by Andrew Dunstan; some editing by Tom
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions