aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2019-09-07 19:03:11 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2019-09-07 19:03:11 -0400
commitdb438318997b75f4b40c61258da56384039fa43f (patch)
tree7d5fcf83e57ccad55f178caeaece90d655373710 /doc/src
parentca70bdaefea5188066b3c2a6eaaaa1cb8cb8ce06 (diff)
downloadpostgresql-db438318997b75f4b40c61258da56384039fa43f.tar.gz
postgresql-db438318997b75f4b40c61258da56384039fa43f.zip
Avoid using INFO elevel for what are fundamentally debug messages.
Commit 6f6b99d13 stuck an INFO message into the fast path for checking partition constraints, for no very good reason except that it made it easy for the regression tests to verify that that path was taken. Assorted later patches did likewise, increasing the unsuppressable-chatter level from ALTER TABLE even more. This isn't good for the user experience, so let's drop these messages down to DEBUG1 where they belong. So as not to have a loss of test coverage, create a TAP test that runs the relevant queries with client_min_messages = DEBUG1 and greps for the expected messages. This testing method is a bit brute-force --- in particular, it duplicates the execution of a fair amount of the core create_table and alter_table tests. We experimented with other solutions, but running any significant amount of standard testing with client_min_messages = DEBUG1 seems to have a lot of output-stability pitfalls, cf commits bbb96c370 and 5655565c0. Possibly at some point we'll look into whether we can reduce the amount of test duplication. Backpatch into v12, because some of these messages are new in v12 and we don't really want to ship it that way. Sergei Kornilov Discussion: https://postgr.es/m/81911511895540@web58j.yandex.ru Discussion: https://postgr.es/m/4859321552643736@myt5-02b80404fd9e.qloud-c.yandex.net
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions