Dear Vignesh, > There was an issue reported by Noah at [1], the finding-7 reported > fails with an assert. The assertion can be triggered if a sequence is > dropped concurrently while the sequence synchronization worker is > processing it:
Also, there is a BF failure due to the same reason [1]. At line 269 in the test we dropped the sequence. If the sequencesync worker has already read the sequence info at that time, the crash can happen. The point here was that sequencesync worker could be re-started to try synchronizing sequences which had insufficient privileges. BTW, I agree the fix. [1]: https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=culicidae&dt=2026-07-15%2007%3A54%3A30 Best regards, Hayato Kuroda FUJITSU LIMITED
