]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix code indentation violations introduced by recent commit
authorMichael Paquier <michael@paquier.xyz>
Fri, 11 Aug 2023 11:43:34 +0000 (20:43 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 11 Aug 2023 11:43:34 +0000 (20:43 +0900)
commit5dc456b7dda4f7d0d7735b066607c190c74d174a
treee7669e7b773106afcff2e6171e2a5c6a93690be8
parent5765cfe18c595b5d8a7df3a62d253f60a00718ce
Fix code indentation violations introduced by recent commit

The two culprit commits are 5765cfe and 5e0c761.

Per buildfarm member koel for the first commit, while I have noticed the
second one in passing.
src/backend/utils/fmgr/fmgr.c
src/backend/utils/misc/guc.c
src/bin/pgbench/pgbench.c