[bug fix] Fix the size calculation for shmem TOC

Поиск
Список
Период
Сортировка
От tsunakawa.takay@fujitsu.com
Тема [bug fix] Fix the size calculation for shmem TOC
Дата
Msg-id TYAPR01MB2990BFB73170E2C4921E2C4DFEA80@TYAPR01MB2990.jpnprd01.prod.outlook.com
обсуждение исходный текст
Ответы Re: [bug fix] Fix the size calculation for shmem TOC  (Fujii Masao <masao.fujii@oss.nttdata.com>)
Список pgsql-hackers
Hello,


The attached patch fixes a trivial mistake in the calculation of shmem TOC.  The original code allocates unduly large
memorybecause it adds the result of add_size() to its left argument. 


Regards
Takayuki Tsunakawa


Вложения

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: [PATCH] Identify LWLocks in tracepoints
Следующее
От: Amit Langote
Дата:
Сообщение: Re: POC: postgres_fdw insert batching