Closed tatsuo-ishii closed 3 years ago
I can not reproduce this using the latest IVM branch code. Could you reconfirm this?
issue23=# create incremental materialized view mv1 as select count(*),avg(abalance),min(abalance),max(abalance) from pgbench_accounts; SELECT 1
The statements which appear in the log output seems related to CREATE AGGREGATE but these are not performed in our codes. One possibility is that our code accidentally refer some garbage remained in the memory due to regression test. Although this must not occur of course because string buffers should be initialized before used, I'll recheck my code carefully.
@tatsuo-ishii We have not observe this phenomenon yet, so may we close this issue? If this occurs again, let's reopen this or open new one.
We have not seen this problem for a long time, so I will close this. If we find this again, it will be reopened.