diff options
author | Michael Paquier <michael@paquier.xyz> | 2025-03-12 20:37:43 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2025-03-12 20:37:43 +0900 |
commit | f554a95379a9adef233d21b1e1e8981a8f5f8de3 (patch) | |
tree | a8a594dec969d7b10e113d0fe1c0c9188a26b979 /src/backend/tcop/postgres.c | |
parent | 72a3d0462b9a7f6265267950668af0c0246e7c01 (diff) | |
download | postgresql-f554a95379a9adef233d21b1e1e8981a8f5f8de3.tar.gz postgresql-f554a95379a9adef233d21b1e1e8981a8f5f8de3.zip |
Remove initialization from PendingBackendStats
9a8dd2c5a6d has added an initialization to PendingBackendStats, which
has been causing compilation warnings in the buildfarm. This code does
not strictly require it as PendingBackendStats is always initialized
with memset(0), so let's remove it.
Per report from multiple buildfarm members, like ayu and batfish, via
Tom Lane.
Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Discussion: https://postgr.es/m/1870853.1741749264@sss.pgh.pa.us
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions