You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Errors when making installcheck in the direction of extension pg_bulkload
To Reproduce
Steps to reproduce the behavior:
Git clone "pg_bulkload" from its re repository
Resolve compilation errors caused by different source code between Postgresql and PolarDB-for-PG 11 during extended installation
such as:
(1) Add the value of last argument of the function BasicOpenFilePerm, which is false
(2) Add #include "utils/palloc.h" to bin/recovery.c to resolve problem for undefined type MemoryContext;
Execute the make installcheck command in its directory
Following errors happen:
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:
Describe the bug
Errors when making installcheck in the direction of extension pg_bulkload
To Reproduce
Steps to reproduce the behavior:
such as:
(1) Add the value of last argument of the function
BasicOpenFilePerm
, which is false(2) Add #include "utils/palloc.h" to bin/recovery.c to resolve problem for undefined type
MemoryContext
;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.
Environment (please complete the following information):
Additional context
Come to help me!
The text was updated successfully, but these errors were encountered: