Yury Zhuravlev
Yury Zhuravlev
Some version I pused to hackers.
We have discussed this in our company and nobody knows why need build contribs separated. In Postgres many strange practices if we can do better we must do better. I...
Ooops we have really trouble here and I forgot about it. You can't add to INSTALL optional target. https://cmake.org/cmake/help/v3.7/prop_tgt/EXCLUDE_FROM_ALL.html#prop_tgt:EXCLUDE_FROM_ALL We have here big difference between CMake and GNUMake concepts. Have...
> But float this idea on hackers...get their buy-in and then it will be easier! I agree but we have technical reasons. > I'd suggest setting up a target so...
> So it might be ok if you have to 1/ specify you want contrib at cmake time if 2/ you want to build (and install) it at make time....
> New patch - great idea @markir9 done!
Very ugly test.sh bash script. Oh...
You can build with strip -s: CFLAGS="-s -O2" cmake .. -DCMAKE_INSTALL_PREFIX="/usr/local" dont't forget remove CMakeCache.txt before.
I tried vectors in qemu + fedora and it works, but I can't say anything else. RISC-V vectors it's not a SIMD (SIMD extensions is still under discussion) and easily...
@mgorny after all why do we need int64_t cast? I have no access to my sparc now :( but it should work very close to AMD64 if it's Linux (on...