Thank you, Michael and Horiguchi-san, From: Michael Paquier [mailto:mich...@paquier.xyz] > autovacuum.c is a pretty bad place for stuff as namespace.c holds all the > logic related to temporary tablespaces, so I renamed the routine to > isTempNamespaceInUse and moved it there.
I don't have a strong opinion, but I wonder which of namespace.c or autovacuum.c is suitable, because isTempNamespaceInUse is specific to autovacuum. Regards Takayuki Tsunakawa