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

If ereport(ERROR, ) present before ereport((DEBUG3, ), then the second statement will not run. #20

Open
cntwelve opened this issue May 2, 2023 · 1 comment

Comments

@cntwelve
Copy link

cntwelve commented May 2, 2023

If ereport(ERROR, ) present before ereport((DEBUG3, ), then the second statement will not run.

For example:
line 1411 of jq.c:
ereport(ERROR, (errmsg("remote server returned an error")));
ereport(DEBUG3, (errmsg("%s", err_msg)));

When error occour, only the first message will print.
But after change the position of the two statemment, all the msgs will print.

@JulmeTran
Copy link

This issue has been fixed on release https://github.com/pgspider/jdbc_fdw/releases/tag/v0.4.0.
Could you try again to check with this source code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants