On 2026-Jun-12, Chao Li wrote: > BTW, I also ran into another issue that confused me. After changing > print.c, running make from the source root didn’t rebuild psql. I had > to run "make clean" and rebuild everything. Is that known or > intentional?
Do you use "configure --enable-depend"? If not, then I think you're pretty much expected to do "make clean" or similar before every single file change. I think this as a very developer unfriendly environment, so I always use configure --enable-depend. (Well, except when on Meson of course, which is what I normally use for most recent branches.) -- Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/ Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest "foo" someone someday shall type "supercalifragilisticexpialidocious" (5th Commandment for C programmers)
