Run pgindent again on the same file.
authorJeff Davis <jdavis@postgresql.org>
Tue, 5 Mar 2024 19:16:23 +0000 (11:16 -0800)
committerJeff Davis <jdavis@postgresql.org>
Tue, 5 Mar 2024 19:16:23 +0000 (11:16 -0800)
commit0984a3b851abe89bec6c3eff51b03038808e1997
tree798eaf8b62f5790ffe0cbd7c056c281cf0d83cff
parentb406af1806e9fc5c090e58282c7d98f22a4b397f
Run pgindent again on the same file.

Apparently, pgindent got confused by the double space. The first time
I ran it, it moved the function name to the next line. The second time
I ran it, it moved the function name back, but without the double
space.

Now the results appear stable.
src/backend/utils/activity/backend_status.c