pgsql: Avoid using INFO elevel for what are fundamentally debug message

2019-09-07 Thread Tom Lane
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

pgsql: Avoid using INFO elevel for what are fundamentally debug message

2019-09-07 Thread Tom Lane
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