-
Notifications
You must be signed in to change notification settings - Fork 458
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PostgreSQL minor version updates (17.1, 16.5, 15.9, 14.14)
This includes a patch to temporarily disable one test in the pg_anon test suite. It is an upstream issue, the test started failing with the new PostgreSQL minor versions because of a change in the default timezone used in tests. We don't want to block the release for this, so just disable the test for now. See https://gitlab.com/dalibo/postgresql_anonymizer/-/commit/199f0a392b37c59d92ae441fb8f037e094a11a52#note_2148017485
- Loading branch information
Showing
2 changed files
with
50 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"v17": [ | ||
"17.0", | ||
"ae4cc30dba24f3910533e5a48e8103c3f2fff300" | ||
"17.1", | ||
"7b21467f624122c40abb32bdd40cba293f818004" | ||
], | ||
"v16": [ | ||
"16.4", | ||
"03b43900edc5d8d6eecec460bfc89aec7174bd84" | ||
"16.5", | ||
"ef61d5ecbda94a35f55b854c668e22ca5f200a3a" | ||
], | ||
"v15": [ | ||
"15.8", | ||
"fd631a959049dfe2b82f67409c8b8b0d3e0016d1" | ||
"15.9", | ||
"1feff6b60f07cb71b665d0f5ead71a4320a71743" | ||
], | ||
"v14": [ | ||
"14.13", | ||
"de0a000dafc2e66ce2e39282d3aa1c704fe0390e" | ||
"14.14", | ||
"c5e0d642efb02e4bfedc283b0a7707fe6c79cc89" | ||
] | ||
} |