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
We are integrating with kafka and encountered this problem, it blocks the postgres streaming
The text was updated successfully, but these errors were encountered:
@murongruomeng it seems you are using a version before I reverted parameter include-unchanged-toast. Read issue #74.
Sorry, something went wrong.
@eulerto but include-unchanged-toast is deprecated now
else if (strcmp(elem->defname, "include-unchanged-toast") == 0) { ereport(ERROR, (errcode(ERRCODE_INVALID_NAME), errmsg("parameter \"%s\" was deprecated", elem->defname))); }
@murongruomeng Did you read the issue I pointed out? That option is unsafe.
No branches or pull requests
We are integrating with kafka and encountered this problem, it blocks the postgres streaming
The text was updated successfully, but these errors were encountered: