[MASSMAIL]pgsql: Don't allocate large buffer on the stack in pg_verifybackup

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема [MASSMAIL]pgsql: Don't allocate large buffer on the stack in pg_verifybackup
Дата
Msg-id E1rvIN6-001knx-4a@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Fix recently introduced typo in code comment
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: [MASSMAIL]pgsql: Move libpq encryption negotiation tests