Silence pedantic compiler warning introduced in ce340e530d1

Andres Freund <andres@anarazel.de>

Commit: 2b7259f855723f36d2ce81ad892583248dc1576f
Author: Andres Freund <andres@anarazel.de>
Date: 2023-03-16T16:41:13Z
Releases: 16.0
Silence pedantic compiler warning introduced in ce340e530d1

.../src/common/file_utils.c: In function ‘pg_pwrite_zeros’:
.../src/common/file_utils.c:543:9: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration]
  543 |         const static PGAlignedBlock zbuffer = {{0}};    /* worth BLCKSZ */

Files

PathChange+/−
src/common/file_utils.c modified +1 −1