fix: Fix regression for schema cache reloading via NOTIFY on Windows

Upstream accidentally removed the fix, which was introduced for #2524. Fixed again.

(cherry picked from commit b285f5fba6)
This commit is contained in:
Diogo Biazus
2025-02-03 18:35:24 +01:00
committed by Wolfgang Walther
parent dc96cdb0c3
commit c026d0752f
8 changed files with 16 additions and 12 deletions
+4
View File
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Fixed
- #2524, Fix schema reloading notice on windows - @diogob
## [12.2.6] - 2025-01-29
### Fixed