formatting.c cleanup: Use array syntax instead of pointer arithmetic
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 29 Oct 2025 08:27:59 +0000 (09:27 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 29 Oct 2025 08:28:55 +0000 (09:28 +0100)
commit6271d9922e040e457b58eedcfa60839146951243
tree6b425ecdf6b12c40f83db56b0f0a4df54c9018b3
parentb9def57a3c95540737290ca88eadf33212785690
formatting.c cleanup: Use array syntax instead of pointer arithmetic

for easier readability

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