Skip to content
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

ERROR: missing chunk number 0 for toast value 55804650 in pg_toast_21513 #95

Closed
murongruomeng opened this issue Dec 14, 2018 · 3 comments

Comments

@murongruomeng
Copy link

We are integrating with kafka and encountered this problem, it blocks the postgres streaming

@eulerto
Copy link
Owner

eulerto commented Dec 14, 2018

@murongruomeng it seems you are using a version before I reverted parameter include-unchanged-toast. Read issue #74.

@murongruomeng
Copy link
Author

murongruomeng commented Dec 17, 2018

@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))); }

@eulerto
Copy link
Owner

eulerto commented Dec 17, 2018

@murongruomeng Did you read the issue I pointed out? That option is unsafe.

@eulerto eulerto closed this as completed Mar 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants