pgsql: Fix description of I/O timing info for shared buffers in EXPLAIN

2023-12-14 Thread Michael Paquier
Fix description of I/O timing info for shared buffers in EXPLAIN (BUFFERS) This fixes an error introduced by efb0ef909f60, that changed the description of this field to "shared/local" while these I/O timings relate to shared buffers. This information is available when track_io_timing is enabled.

pgsql: Fix description of I/O timing info for shared buffers in EXPLAIN

2023-12-14 Thread Michael Paquier
Fix description of I/O timing info for shared buffers in EXPLAIN (BUFFERS) This fixes an error introduced by efb0ef909f60, that changed the description of this field to "shared/local" while these I/O timings relate to shared buffers. This information is available when track_io_timing is enabled.

pgsql: Fix typo

2023-12-14 Thread Peter Eisentraut
Fix typo Reported-by: Junwang Zhao Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/0e917508b89dd21c5bcd9183e77585f01055a20d Modified Files -- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Fix typo

2023-12-14 Thread Peter Eisentraut
Fix typo Reported-by: Junwang Zhao Branch -- REL_16_STABLE Details --- https://git.postgresql.org/pg/commitdiff/8ae87728c583eb05714bd01430945fb7c7a74a7c Modified Files -- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)