]> git.ipfire.org Git - thirdparty/postgresql.git/commit
formatting.c cleanup: Change fill_str() return type to void
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 31 Oct 2025 08:53:01 +0000 (09:53 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 31 Oct 2025 08:55:12 +0000 (09:55 +0100)
commitaa4535307e3d432f44b4c76b8ffebc5a0789250c
treeb8ba177d392d05e70664a81d53db63cb7e026167
parentda2052ab9a256277391a361715abb66c9b7956c4
formatting.c cleanup: Change fill_str() return type to void

The return value is not used anywhere.

In passing, add a comment explaining the function's arguments.

Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/6dd9d208-a3ed-49b5-b03d-8617261da973%40eisentraut.org
src/backend/utils/adt/formatting.c