-
- Downloads
There was an error fetching the commit references. Please try again later.
pg_rep_state: Take into account ready_to_display for WAL receiver
This flag will be set to true only once the data of the WAL receiver can be displayed to the user, so return NULL if this is not the case yet in the function showing the WAL receiver status. In Postgres 10, there is already an in-core function doing this work, perhaps I should just plug in this module into that, or simply remove it...
Please register or sign in to comment