Hi @RekGRpth ,
git head fails to build against PG 19. beta2 is soon. Can you please take a look? Thanks! Devrim
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wmissing-format-attribute -Wold-style-declaration -Wimplicit-fallthrough=5 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wstrict-prototypes -Wold-style-definition -fPIC -fvisibility=hidden -I/usr/pgsql-19/include -I. -I./ -I/usr/pgsql-19/include/server -I/usr/pgsql-19/include/internal -D_GNU_SOURCE -I/usr/include -I/usr/include/libxml2 -DWITH_GZFILEOP -c -o postgres.o postgres.c
postgres.c: In function ‘errdetail_abort’:
postgres.c:465:19: error: ‘PGPROC’ has no member named ‘recoveryConflictPending’
465 | if (MyProc->recoveryConflictPending)
| ^~
Per: pgdg-packaging/pgdg-rpms#213
Hi @RekGRpth ,
git head fails to build against PG 19. beta2 is soon. Can you please take a look? Thanks! Devrim
Per: pgdg-packaging/pgdg-rpms#213