Closed MarinaPolyakova closed 1 year ago
pg_wait_sampling is PostgreSQL extension which requires PostgreSQL 9.6 or higher.
I checked that:
#ifndef USE_ASSERT_CHECKING
Trap(!(condition), "FailedAssertion")
Trap(!(condition), "BadState")
2. Build and tests (= make installcheck after adding conf.add to $PGDATA/postgresql.conf) passed with USE_PGXS=1 with [REL9_6_STABLE](https://github.com/postgres/postgres/commits/7298b904b88598cee50e1b7649ba530811040706) and [master](https://github.com/postgres/postgres/commits/56d0ed3b756b2e3799a7bbc0ac89bc7657ca2c33).
Thank you!
See the commit 3057465acfbea2f3dd7a914a1478064022c6eecd (Replace the sorted array of GUC variables with a hash table.) in PostgreSQL 16.
See the commit 0fe954c28584169938e5c0738cfaa9930ce77577 (Add -Wshadow=compatible-local to the standard compilation flags) in PostgreSQL 16.