Skip to content

Archive Command plugin is incompatible with PG 9.6 and lower #168

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

Closed
cuprumtan opened this issue Oct 4, 2021 · 1 comment
Closed

Archive Command plugin is incompatible with PG 9.6 and lower #168

cuprumtan opened this issue Oct 4, 2021 · 1 comment
Assignees
Labels
Milestone

Comments

@cuprumtan
Copy link
Contributor

PG 9.6 and lower does not have function called 'pg_current_wal_lsn()':

Bootstrap execution have exited with an error: {'S': 'ERROR', 'V': 'ERROR', 'C': '42883', 'M': 'function pg_current_wal_lsn() does not exist', 'H': 'No function matches the given name and argument types. You might need to add explicit type casts.', 'P': '3182', 'F': 'parse_func.c', 'L': '523', 'R': 'ParseFuncOrColumn'}

Use instead pg_current_xlog_location().

@cuprumtan cuprumtan added the bug label Oct 4, 2021
@cuprumtan cuprumtan added this to the 3.0.2 milestone Oct 4, 2021
@cuprumtan cuprumtan self-assigned this Oct 4, 2021
@cuprumtan
Copy link
Contributor Author

Fixed bootstrap function.

TODO: edit queries in AC plugin

@cuprumtan cuprumtan changed the title Archive Command plugin incompatible with PG 9.6 and lower Archive Command plugin is incompatible with PG 9.6 and lower Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant