-
Notifications
You must be signed in to change notification settings - Fork 897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PG 10.0 - PG::UndefinedFunction - pg_xlog_location_diff & pg_current_xlog_insert_location #16052
Comments
@miq-bot add_label bug, postgresql10.0 (except it doesn't exist) |
@himdel Cannot apply the following label because they are not recognized: postgres10.0 |
This issue has been automatically marked as stale because it has not been updated for at least 6 months. If you can still reproduce this issue on the current release or on Thank you for all your contributions! |
keepalive... @miq-bot remove_label stale |
@himdel Cannot apply the following label because they are not recognized: postgresql10.0 |
@himdel is this still a valid issue. If not can you close. |
Confirmed, this is still true (for postgresql 10+):
|
(Not sure what the plan is with 9.6+ support, but we're currently 3 versions behind, will be 4 in q4 2019.) |
These functions were renamed in PG 10 Fixes ManageIQ#16052
These functions were renamed in PG 10 Fixes ManageIQ#16052
These functions were renamed in PG 10 Fixes ManageIQ#16052
These functions were renamed in PG 10 Fixes ManageIQ#16052
These functions were renamed in PG 10 Fixes ManageIQ#16052
Starting with postgres 10.0,
xlog
was renamed towal
and all related functions got renamed as well. Also, looks likelocation
got changed tolsn
(ref).This causes 3 more (in addition to #13200) failures...
Looks like just a rename..
pg_xlog_location_diff
->pg_wal_lsn_diff
pg_current_xlog_insert_location
->pg_current_wal_insert_lsn
seems to fix it, but there's also pglogical/client.rb, and I guess compatibility concerns..
But as with 9.6, most of the UI is unaffected.
The text was updated successfully, but these errors were encountered: