[COMMITTERS] pgsql: Fix assertion failure due to over-eager code deduplication.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема [COMMITTERS] pgsql: Fix assertion failure due to over-eager code deduplication.
Дата
Msg-id E1ciw90-0006tu-Bg@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix assertion failure due to over-eager code deduplication.

In the previous commit I'd made MemoryContextContains() use
GetMemoryChunkContext(), but that causes trouble when the passed
pointer isn't allocated in any memory context - that's probably
something we shouldn't do, but the previous commit isn't a place for a
"policy" change.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/123ccbe58309d08e42009e99a4b34a3a1aef7798

Modified Files
--------------
src/backend/utils/mmgr/mcxt.c | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: [COMMITTERS] pgsql: Reduce size of common allocation header.
Следующее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: hash: Refactor and clean up bucket split code.