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
In the file regression.diffs, there are many errors like this:
\! pg_bulkload -d contrib_regression data/bin1.ctl -i data/data1.bin -l results/bin1.log -P results/bin1.prs -u results/bin1.dup NOTICE: BULK LOAD START ! ERROR: query failed: ERROR: could not open data file: No such file or directory ! DETAIL: query was: SELECT * FROM pgbulkload.pg_bulkload($1) \! awk -f data/adjust.awk results/bin1.log
In the file bin1.log, INPUT, PARSE_BADFILE and LOGFILE are all correct:
INPUT = /home/postgres/polardb_pg/contrib/pg_bulkload-3.1.20/bin/data/data1.bin PARSE_BADFILE = /home/postgres/polardb_pg/contrib/pg_bulkload-3.1.20/bin/results/bin1.prs LOGFILE = /home/postgres/polardb_pg/contrib/pg_bulkload-3.1.20/bin/results/bin1.log
The data files can be found in the above directory, but errors happend when I make installcheck.
The text was updated successfully, but these errors were encountered:
Could you please tell me how to install and what is the directory structure?
Sorry, something went wrong.
Is there a path to pg_config? If not, you can run
make USE_PGXS=1 PG_CONFIG=/path/to/pg_config
make USE_PGXS=1 PG_CONFIG=/path/to/pg_config install
make USE_PGXS=1 PG_CONFIG=/path/to/pg_config installcheck
shinyaaa
No branches or pull requests
In the file regression.diffs, there are many errors like this:
In the file bin1.log, INPUT, PARSE_BADFILE and LOGFILE are all correct:
The data files can be found in the above directory, but errors happend when I make installcheck.
The text was updated successfully, but these errors were encountered: