pgsql: Don't allocate large buffer on the stack in pg_verifybackup
Started by Andrew Dunstanabout 2 years ago1 messagescomitters
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: /messages/by-id/20240411190147.a3yries632olfcgg@awork3.anarazel.de
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/929c05774b512bdf7ea4a5912fa2f4d63fc90712
Modified Files
--------------
src/bin/pg_verifybackup/pg_verifybackup.c | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)