fix: don't hide error on LISTEN channel failure (#3323)

This commit is contained in:
Steve Chavez
2024-03-11 19:56:35 -05:00
committed by GitHub
parent 650249ed29
commit 00f5780415
3 changed files with 22 additions and 12 deletions
+1
View File
@@ -22,6 +22,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #3224, Return status code 406 for non-accepted media type instead of code 415 - @wolfgangwalther
- #3160, Fix using select= query parameter for custom media type handlers - @wolfgangwalther
- #3237, Dump media handlers and timezones with --dump-schema - @wolfgangwalther
- #3323, Don't hide error on LISTEN channel failure - @steve-chavez
### Deprecated