pgsql: In log_newpage_range(), heed forkNum and page_std arguments.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: In log_newpage_range(), heed forkNum and page_std arguments.
Дата
Msg-id E1jFhG1-0000Uh-Az@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
In log_newpage_range(), heed forkNum and page_std arguments.

The function assumed forkNum=MAIN_FORKNUM and page_std=true, ignoring
the actual arguments.  Existing callers passed exactly those values, so
there's no live bug.  Back-patch to v12, where the function first
appeared, because another fix needs this.

Discussion: https://postgr.es/m/20191118045434.GA1173436@rfd.leadboat.com

Branch
------
master

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

Modified Files
--------------
src/backend/access/transam/xloginsert.c | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)


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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Allow page lock to conflict among parallel group members.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Skip WAL for new relfilenodes, under wal_level=minimal.