Re: Compiling PostgreSQL for WIndows with 16kb blocksize

2022-01-19 Thread Andres Freund
Hi, On January 19, 2022 9:07:50 AM PST, Yannick Collette wrote: >Hello, > >For test purposes I need to compile PostgreSQL 14.1 using a 16kb blocksize. > >CFLAGS="-D WINVER=0x0600 -D _WIN32_WINNT=0x0600" LIBS="-ladvapi32" > ./configure --host=x86_64-w64-mingw32 --with-blocksize=16 >--with-wal-blo

Re: Compiling PostgreSQL for WIndows with 16kb blocksize

2022-01-19 Thread Tom Lane
Yannick Collette writes: > For test purposes I need to compile PostgreSQL 14.1 using a 16kb blocksize. > CFLAGS="-D WINVER=0x0600 -D _WIN32_WINNT=0x0600" LIBS="-ladvapi32" > ./configure --host=x86_64-w64-mingw32 --with-blocksize=16 > --with-wal-blocksize=16 --with-openssl --with-libxml > --prefi

Compiling PostgreSQL for WIndows with 16kb blocksize

2022-01-19 Thread Yannick Collette
Hello, For test purposes I need to compile PostgreSQL 14.1 using a 16kb blocksize. CFLAGS="-D WINVER=0x0600 -D _WIN32_WINNT=0x0600" LIBS="-ladvapi32" ./configure --host=x86_64-w64-mingw32 --with-blocksize=16 --with-wal-blocksize=16 --with-openssl --with-libxml --prefix=/c/postgresql/pg14/ 2>&1 |