postgresql/src/backend/storage
Alvaro Herrera 74a7306310
Improve notation of BuiltinTrancheNames
Use C99 designated initializer syntax for array elements, instead of
writing the position in a comment.  This is less verbose and much more
readable.  Akin to cc15059634.

One disadvantage is that the BuiltinTrancheNames array now has a hole of
51 NULLs -- previously, the array elements were shifted 51 elements
 downward to avoid this.  This can be fixed by merging the
IndividualLWLockNames array into BuiltinTrancheNames, which would occupy
those 51 pointers, but because it requires some arguably ugly Meson
hackery, it's left for later.

Discussion: https://postgr.es/m/202401231025.gbv4nnte5fmm@alvherre.pgsql
2024-01-24 15:01:30 +01:00
..
buffer Fix corruption of local buffer state during extend of temp relation 2024-01-05 20:08:34 +09:00
file Error message capitalisation 2024-01-18 09:35:12 +01:00
freespace Update copyright for 2024 2024-01-03 20:49:05 -05:00
ipc Fix possible NULL pointer dereference in GetNamedDSMSegment(). 2024-01-22 20:44:38 -06:00
large_object Update copyright for 2024 2024-01-03 20:49:05 -05:00
lmgr Improve notation of BuiltinTrancheNames 2024-01-24 15:01:30 +01:00
page Update copyright for 2024 2024-01-03 20:49:05 -05:00
smgr Update copyright for 2024 2024-01-03 20:49:05 -05:00
sync Update copyright for 2024 2024-01-03 20:49:05 -05:00
Makefile Refactor the fsync queue for wider use. 2019-04-04 23:38:38 +13:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00