pgsql: Correct assertion and comments about XLogRecordMaxSize.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Correct assertion and comments about XLogRecordMaxSize.
Дата
Msg-id E1qn20C-0071Yf-CH@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Correct assertion and comments about XLogRecordMaxSize.

The largest allocation, of xl_tot_len+8192, is in allocate_recordbuf().

Discussion: https://postgr.es/m/20230812211327.GB2326466@rfd.leadboat.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e1f95ec8cf6ea75d90905b2c746e2e1e9f3c9fc1

Modified Files
--------------
src/backend/access/transam/xloginsert.c | 9 +++++----
src/include/access/xlogrecord.h         | 4 ++--
2 files changed, 7 insertions(+), 6 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix datalen calculation in tsvectorrecv().
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: psql: Set variables from query result on failure when printing t