postgresql/src/bin/pg_verifybackup
Andrew Dunstan 929c05774b Don't allocate large buffer on the stack in pg_verifybackup
Per complaint from Andres Freund. Follow his suggestion to allocate the
buffer once in the calling routine instead.

Also make a tiny indentation improvement.

Discussion: https://postgr.es/m/20240411190147.a3yries632olfcgg@awork3.anarazel.de
2024-04-12 10:52:25 -04:00
..
po Update copyright for 2024 2024-01-03 20:49:05 -05:00
t Support json_errdetail in FRONTEND code 2024-03-17 23:56:15 +01:00
.gitignore Rename pg_validatebackup to pg_verifybackup. 2020-04-12 11:26:05 -04:00
Makefile Move src/bin/pg_verifybackup/parse_manifest.c into src/common. 2023-12-19 15:24:31 -05:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
nls.mk Move src/bin/pg_verifybackup/parse_manifest.c into src/common. 2023-12-19 15:24:31 -05:00
pg_verifybackup.c Don't allocate large buffer on the stack in pg_verifybackup 2024-04-12 10:52:25 -04:00