Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: arkhipov/temporal_tables
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5d8ee6c4303cd131dbbf401b3c64b837cb2e6cf3
Choose a base ref
..
head repository: arkhipov/temporal_tables
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aa6028c8450630eaf22c725d56fd035b28ce7f7a
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +2 −1 .github/workflows/build-win.yml
3 changes: 2 additions & 1 deletion .github/workflows/build-win.yml
Original file line number Diff line number Diff line change
@@ -108,7 +108,8 @@ jobs:
Start-Service -Name "postgresql$env:X64-$env:PG_VERSION"
& "$env:PG_REGRESS" --help 2>&1 | Out-Default
Get-ChildItem -Recurse "$env:PG_ROOT"
& "$env:PG_REGRESS" "$env:PSQL_OPT=$env:PG_ROOT\bin" --dbname=pl_regression install no_system_period invalid_system_period no_history_table no_history_system_period invalid_types invalid_system_period_values versioning versioning_custom_system_time structure uninstall 2>&1 | Out-Default
if ($LASTEXITCODE -ne 0) {