I often build postgresql source code using Visual Studio in Windows. Then I sometime accidently clean postgres project. According to my memory, if postgresql version less than 12 then any rebuild fails since some files related to parser are deleted after clean.
But I realized that in postgresql v13 any rebuild successes. Is this a slight improvement in PostgreSQL new version? Thank you PostgreSQL delopers!!