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/5742~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/5742
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on May 31, 2025

  1. Change internal plan ID type from uint64 to int64

    uint64 was chosen to be consistent with the type used by the query ID,
    but the conclusion of a recent discussion for the query ID is that int64
    is a better fit as the signed form is shown to the user, for PGSS or
    EXPLAIN outputs.
    
    This commit changes the plan ID to use int64, following c3eda50
    that has done the same for the query ID.
    
    The plan ID is new to v18, introduced in 2a0cd38.
    
    Author: Michael Paquier <michael@paquier.xyz>
    Reviewed-by: Sami Imseih <samimseih@gmail.com>
    Discussion: https://postgr.es/m/aCvzJNwetyEI3Sgo@paquier.xyz
    michaelpq committed May 31, 2025
    Configuration menu
    Copy the full SHA
    e050af2 View commit details
    Browse the repository at this point in the history
Loading