Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cf/5785~1
Choose a base ref
...
head repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cf/5785
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 30, 2025

  1. Reduce DEBUG level of catcache refreshing messages

    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.
    JelteF authored and Commitfest Bot committed May 30, 2025
    Configuration menu
    Copy the full SHA
    fc1ca6b View commit details
    Browse the repository at this point in the history
  2. [CF 5785] v1 - Reduce DEBUG level of catcache refreshing messages

    This branch was automatically generated by a robot using patches from an
    email thread registered at:
    
    https://commitfest.postgresql.org/patch/5785
    
    The branch will be overwritten each time a new patch version is posted to
    the thread, and also periodically to check for bitrot caused by changes
    on the master branch.
    
    Patch(es): https://www.postgresql.org/message-id/DA9HY4JMCDX4.24LHWFLQ59L5Z@jeltef.nl
    Author(s): Jelte Fennema-Nio
    Commitfest Bot committed May 30, 2025
    Configuration menu
    Copy the full SHA
    4ada668 View commit details
    Browse the repository at this point in the history
Loading