Use C99 designated designators in a couple of places This makes the arrays somewhat easier to read.
Author: Álvaro Herrera <[email protected]> Reviewed-by: Peter Eisentraut <[email protected]> Reviewed-by: Melanie Plageman <[email protected]> Reviewed-by: Jelte Fennema-Nio <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/1eb09ed63a8d8063dc6bb75c8f31ec564bf35250 Modified Files -------------- src/backend/access/heap/heapam.c | 47 ++++++++++++++++++++------------------- src/backend/postmaster/bgworker.c | 18 ++++++++++----- 2 files changed, 36 insertions(+), 29 deletions(-)
