postgresql/src
Tom Lane 8212625e53 Fix placement of "static".
Various buildfarm critters were complaining about

pgbench.c:304:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration]

Evidently a thinko in 720b0eaae.
2024-07-05 17:32:55 -04:00
..
backend Remove check hooks for GUCs that contribute to MaxBackends. 2024-07-05 14:42:55 -05:00
bin Fix placement of "static". 2024-07-05 17:32:55 -04:00
common Improve enlargeStringInfo's ERROR message 2024-07-01 12:11:10 +12:00
fe_utils Fix PL/pgSQL's handling of integer ranges containing underscores. 2024-06-04 11:48:01 +01:00
include Remove check hooks for GUCs that contribute to MaxBackends. 2024-07-05 14:42:55 -05:00
interfaces Fix copy/paste mistake in comment 2024-07-04 13:57:47 +02:00
makefiles Optimize pg_popcount() with AVX-512 instructions. 2024-04-06 21:56:23 -05:00
pl Improve PL/Tcl's method for choosing Tcl names of procedures. 2024-07-05 14:14:42 -04:00
port Pre-beta mechanical code beautification. 2024-05-14 16:34:50 -04:00
template Remove AIX support 2024-02-28 15:17:23 +04:00
test Support loading of injection points 2024-07-05 18:09:03 +09:00
timezone Update time zone data files to tzdata release 2024a. 2024-02-01 15:57:53 -05:00
tools Improve performance of binary_upgrade_set_pg_class_oids(). 2024-07-03 14:21:50 -05:00
tutorial Update copyright for 2024 2024-01-03 20:49:05 -05:00
.gitignore
DEVELOPERS
Makefile Remove distprep 2023-11-06 15:18:04 +01:00
Makefile.global.in Apply COPT to CXXFLAGS as well 2024-07-01 07:30:55 +02:00
Makefile.shlib Remove AIX support 2024-02-28 15:17:23 +04:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
nls-global.mk Remove distprep 2023-11-06 15:18:04 +01:00