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/5418~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/5418
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 13, 2025

  1. Refactor convert_case() to prepare for optimizations.

    Upcoming optimizations will add complexity to convert_case(). This
    patch reorganizes slightly so that the complexity can be contained
    within the logic to convert the case of a single character, rather
    than mixing it in with logic to iterate through the string.
    
    Reviewed-by: Alexander Borisov <[email protected]>
    Discussion: https://postgr.es/m/[email protected]
    jeff-davis committed Mar 13, 2025
    Configuration menu
    Copy the full SHA
    d3b2e5e View commit details
    Browse the repository at this point in the history
Loading