Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor postgres connection string building (#27723) #27869

Merged
merged 2 commits into from
Nov 1, 2023

Commits on Nov 1, 2023

  1. refactor postgres connection string building (go-gitea#27723)

    This patchset changes the connection string builder to use net.URL and
    the host/port parser to use the stdlib function for splitting host from
    port. It also adds a footnote about a potentially required portnumber
    for postgres UNIX sockets.
    
    Fixes: go-gitea#24552
    mpldr authored and GiteaBot committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    1ee28d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40e80ed View commit details
    Browse the repository at this point in the history