Fixes errors on connection dispose for read only databases ( AWS ReadReplicas ) by palnpgsql · Pull Request #2205 · npgsql/npgsql
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 875
Closed
Fixes errors on connection dispose for read only databases ( AWS ReadReplicas )#2205
palnpgsql wants to merge 2 commits intonpgsql:devfrom
Fixes errors on connection dispose for read only databases ( AWS ReadReplicas )#2205
palnpgsql wants to merge 2 commits intonpgsql:devfrom
Conversation
palnpgsql added 2 commits
October 24, 2018 11:30
roji
mentioned this pull request
Copy link
Member
roji
commented
Oct 25, 2018
roji commented
Oct 25, 2018One issue with this approach is that a readonly standby can be promoted to a read-write master, but Npgsql will cache the readonly flag on the connection. In other words, recovery mode is a potentially temporary state.
Let's wait and see what comes back from this discussion on pghackers.
Copy link
Member
roji
commented
Feb 8, 2019
roji commented
Feb 8, 2019The patch to allow UNLISTEN during recovery has been merged into PostgreSQL (see PG commitfest entry). Closing this.
roji
closed this
This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment