adjust / parquet_fdw

Parquet foreign data wrapper for PostgreSQL
PostgreSQL License
333 stars 37 forks source link

compile error #75

Closed digoal closed 8 months ago

digoal commented 9 months ago
/usr/bin/clang-11 -xc++ -Wno-ignored-attributes -Wno-register -fno-strict-aliasing -fwrapv -O2  -I. -I./ -I/usr/include/postgresql/14/server -I/usr/include/postgresql/internal  -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -emit-llvm -c -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -moutline-atomics -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -std=c++17 -O3 -fPIC -I. -I./ -I/usr/include/postgresql/14/server -I/usr/include/postgresql/internal  -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2   -o src/common.bc src/common.cpp
clang: error: unknown argument: '-moutline-atomics'
za-arthur commented 9 months ago

Do you use aarch64? Can you try this PR https://github.com/adjust/parquet_fdw/pull/56 to see if that helps?

digoal commented 8 months ago

yes, it's aarch64. thank you .

za-arthur commented 8 months ago

Thanks. Unfortunately we don't use parquet_fdw in aarch64 to check it. I'll merge the PR.

za-arthur commented 8 months ago

Fixed by https://github.com/adjust/parquet_fdw/pull/56.