mikecaat

Results 31 comments of mikecaat

Thanks a lot! I agree that the under 9.6(?) has been EOL, so it's ok doing nothing to nbtsort-8.3.c ~ nbtsort-9.5.c. I have a comment to the PR. Please check...

Hi, thanks for reporting. I tested in my environments and I found that all tests passed * Ubuntu 20.04 * PostgreSQL 13.6 * pg_bulkload source code: [pg_bulkload-3.1.19.tar.gz](https://github.com/ossc-db/pg_bulkload/releases/download/VERSION3_1_19/pg_bulkload-3.1.19.tar.gz) The test procedure...

Thanks, I also tested with CentOS 7.9 and it works. How do you create the data directory? Please to make new data cluster and test the pg_bulkload. ``` # start...

Thanks, I could reproduce the issue.

Hi, @zzgzhang Sorry. Now, pg_bulkload doesn't support the parameter that you can control LOGFILE permission like PostgreSQL GUC's `log_file_mode`. If you want to control it, you need to change the...

Hi, Thanks for your works. > Copy PostgreSQL's latest stable "src/backend/access/nbtree/nbtsort.c" to "lib/nbtree/nbtsort-XX.c" On the second thought, are just to remove nbtsort-XX.cc and to include "access/nbtree.h" enough? To copy is...

Hi, Thanks for reporting! The latest release doesn't support v14. Now, we are working on #104 for it and I tested the PR can build and the regression tests are...

Hi, Thanks for testing! We will release a new version from September to December because PostgreSQL v14 final release will be done in late 2021. But, we'll continuously support for...

Hi, Thanks for reporting the fail. We'll work for that. But, we don't have any plan to release the next version _before_ the v14 rc1/final version will be released because...

No. I tested with rc1 (REL_14_RC1), and I found the all regression tests passed. It seems not to need updating though I'll check the release notes just in case. So,...