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
If CREATE is suppressed, field names are never created:
pgdbf/src/pgdbf.c
Lines 476 to 477 in 4e84775
Those field names are used in the ignore code:
Line 538 in 4e84775
Using -i with -C (or -u) cause a segfault when strcmp tries to read a nonexistent fieldname.
The text was updated successfully, but these errors were encountered:
Have you ever solved this issue?
Sorry, something went wrong.
yeah I just forced that if in line 476 to be true by changing it to if(1). That fixes it for me.
if
if(1)
No branches or pull requests
If CREATE is suppressed, field names are never created:
pgdbf/src/pgdbf.c
Lines 476 to 477 in 4e84775
Those field names are used in the ignore code:
pgdbf/src/pgdbf.c
Line 538 in 4e84775
Using -i with -C (or -u) cause a segfault when strcmp tries to read a nonexistent fieldname.
The text was updated successfully, but these errors were encountered: