Reduce DEBUG level of catcache refreshing messages - Mailing list pgsql-hackers

From Jelte Fennema-Nio
Subject Reduce DEBUG level of catcache refreshing messages
Date
Msg-id DA9HY4JMCDX4.24LHWFLQ59L5Z@jeltef.nl
Whole thread Raw
Responses Re: Reduce DEBUG level of catcache refreshing messages
Re: Reduce DEBUG level of catcache refreshing messages
List pgsql-hackers
When testing extensions using pgregress, it can be useful to introduce
some new DEBUG logs which are specific to the extension and change the
log level during part of the of the test.

There's a problem though: Often a "rehashing catalog cache ..." debug
message will also show up in those cases. It's not always possible to
predict when these messages show, and when they do their contents can
easily change if changes are made to an unrelated test or when run
against a different Postgres version. This change lowers the log level
of these messages to DEBUG5, so that they can be ignored while still
showing other (more predictable) DEBUG messages.

Attachment

pgsql-hackers by date:

Previous
From: Shaik Mohammad Mujeeb
Date:
Subject: Re: Add comment explaining why queryid is int64 in pg_stat_statements
Next
From: "Jelte Fennema-Nio"
Date:
Subject: Re: Proposals for EXPLAIN: rename ANALYZE to EXECUTE and extend VERBOSE