On Mar 31, 2025, at 3:12, Jeff Davis <pg...@j-davis.com> wrote: > Why pg_strdup() the "NULL" at all in that case? Usually I see that done > so that there doesn't need to be a conditional when freeing, but here > there's a conditional anyway. > > Perhaps something like the attached?
This would work for me as well. I’m ok to take care of it at the beginning of next week, based on your suggestion. -- Michael