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

Commits on Mar 31, 2025

  1. Fix failing regression test on x86-32 machines

    95d6e9a added code to display the tuplestore storage type for
    WindowAgg nodes and added a test to ensure the "Disk" storage method was
    working correctly by setting work_mem to 64 and running a test which
    caused the WindowAgg to go to disk.  Seemingly, the number of rows
    chosen there wasn't quite enough for that to happen in x86 32-bit.
    
    Fix this by increasing the number of rows slightly.
    
    I suspect the buildfarm didn't catch this as MEMORY_CONTEXT_CHECKING
    builds will use a bit more memory for MemoryChunks to store the
    requested_size and also because of the additional space to store the
    chunk's sentinel byte.
    
    Reported-by: Christoph Berg <[email protected]>
    Discussion: https://postgr.es/m/[email protected]
    david-rowley committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    3dbdf86 View commit details
    Browse the repository at this point in the history
Loading