postgrespro/pg_wait_sampling

pg12

Closed this issue · 3 comments

Commit 8f6f7e6 breaks pg12 compatibility

#9 380.6 collector.c:19:10: fatal error: postmaster/interrupt.h: No such file or directory
#9 380.6    19 | #include "postmaster/interrupt.h"
#9 380.6       |          ^~~~~~~~~~~~~~~~~~~~~~~~
#9 380.6 compilation terminated.
#9 380.6 make: *** [<builtin>: collector.o] Error 1
#9 380.6 make: *** Waiting for unfinished jobs....
#9 380.7 collector.c:19:10: fatal error: 'postmaster/interrupt.h' file not found
#9 380.7    19 | #include "postmaster/interrupt.h"
#9 380.7       |          ^~~~~~~~~~~~~~~~~~~~~~~~
#9 380.7 1 error generated.
#9 380.7 make: *** [/usr/local/lib/postgresql/pgxs/src/makefiles/../../src/Makefile.global:1076: collector.bc] Error 1

fixed by #88

We have seen that recent commits broke compatibility with pg12. Since pg12 support ended last November (as stated here), we decided to no longer support it. I'll update README soon

we decided to no longer support it. I'll update README soon

ok