Fixes errors on connection dispose for read only databases ( AWS ReadReplicas ) by palnpgsql · Pull Request #2205 · npgsql/npgsql

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@palnpgsql

Copy link

No description provided.

@roji

Copy link

Member

roji commented

Oct 25, 2018

One 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.

@roji

Copy link

Member

roji commented

Feb 8, 2019

The patch to allow UNLISTEN during recovery has been merged into PostgreSQL (see PG commitfest entry). Closing this.

@roji roji closed this

Feb 8, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@palnpgsql @roji