We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Otherwise errors like these are logged:
2021-08-16 10:34:22.229 CEST [5644] LOG: 2097152 kB is outside the valid range for parameter "maintenance_work_mem" (1024 .. 2097151)
The text was updated successfully, but these errors were encountered:
@EraYaN can you confirm which pg version are you using?
Sorry, something went wrong.
We are using PG 12 on that sever I believe.
Although I see messages about this on the postgres mailing lists back to 2014, so I think it might be in more than one version.
EDIT: It's defined here: https://github.com/postgres/postgres/blob/master/src/backend/utils/misc/guc.c#L2430-L2439
And then the actual "INT_MAX/1024"
https://github.com/postgres/postgres/blob/master/src/include/utils/guc.h#L23-L27
Last chnaged in this commit: postgres/postgres@a1b395b
hey @EraYaN,
I will work on the fix and get back to you!
No branches or pull requests
Otherwise errors like these are logged:
The text was updated successfully, but these errors were encountered: