Closed MichaelDBA closed 2 years ago
@MichaelDBA Thank you for your feedback!
I fixed the compiler warning about the head guard macro. However, we have not succeeded to reproduce the segmentation fault. Could you please share the procedures to reproduce if you could still observe it? Otherwise we would like to close this issue for now, and we will reopen it when we observe or get a report about this phenomena again.
Thanks for asking. Yes, please close it since I cannot reproduce it either.
Using CentOS Stream release 8 and PostgreSQL 14.2.
Segmentation fault was generated causing PG to restart, after I connected to PG14 and queried the pg_available_extensions view:
Here is the PG log before and after restoring the connection:
Reconnecting, I was able to query it again without any more errors. Here is the output from the make install command:
No more bad side-effects occurred after this initial setup problem. I was able to create IMMVs, query them, update underlying tables, and query them again with no problems and saw the expected gains in performance as well.