aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/sequence.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-11-17 16:54:24 -0500
committerRobert Haas <rhaas@postgresql.org>2016-11-17 17:05:16 -0500
commita43f1939d5dcd02f4df1604a68392332168e4be0 (patch)
treee40ef45d1e6a6409236128f4f3b197c54141d69d /src/backend/commands/sequence.c
parentd8c05aff56be92dda889abc89e3f3921d1c29c30 (diff)
downloadpostgresql-a43f1939d5dcd02f4df1604a68392332168e4be0.tar.gz
postgresql-a43f1939d5dcd02f4df1604a68392332168e4be0.zip
Remove or reduce verbosity of some debug messages.
The debug messages that merely print StartTransactionCommand, CommitTransactionCommand, ProcessUtilty, or ProcessQuery with no additional details seem to be useless. Get rid of them. The transaction status messages produced by ShowTransactionState are occasionally useful, but they are extremely verbose, producing multiple lines of log output every time they fire, which can happens multiple times per transaction. So, reduce the level to DEBUG5; avoid emitting an extra line just to explain which debug point is at issue; and tighten up the rest of the message so it doesn't use quite so much horizontal space. With these changes, it's possible to run a somewhat busy system with a log level even as high as DEBUG4, whereas previously anything above DEBUG2 would flood the log with output that probably wasn't really all that useful.
Diffstat (limited to 'src/backend/commands/sequence.c')
0 files changed, 0 insertions, 0 deletions