Closed bytezzz closed 8 months ago
I ran the regression test following the instructions of official documentation 33.1.2. Running the Tests Against an Existing Installation
Thank you for the report. The cause of error would be that you installed pg_ivm using shared_preload_libraries instead of CREATE EXTENSION. The former doesn't create catalog tables referred to in the hook function, so an error would occur when the hook is called. I didn't consider this situation. I will improve this, maybe, with your PR.
@bytezzz I merged your PR. Thanks!
I added pg_ivm as an preload libraries by setting
shared_preload_libraries = 'pg_ivm'
.When I was trying to run PostgreSQL's regression test, about half of them will fail.