Don't allocate large buffer on the stack in pg_verifybackup

Andrew Dunstan <andrew@dunslane.net>

Commit: 929c05774b512bdf7ea4a5912fa2f4d63fc90712
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2024-04-12T14:52:25Z
Releases: 17.0
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

Files

PathChange+/−
src/bin/pg_verifybackup/pg_verifybackup.c modified +11 −6

Discussion