pgsql: REALLOCATE_BITMAPSETS manual compile-time option

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема pgsql: REALLOCATE_BITMAPSETS manual compile-time option
Дата
Msg-id E1rIJBc-00C50d-HU@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
REALLOCATE_BITMAPSETS manual compile-time option

This option forces each bitmapset modification to reallocate bitmapset.  This
is useful for debugging hangling pointers to bitmapset's.

Discussion: https://postgr.es/m/CAMbWs4_wJthNtYBL%2BSsebpgF-5L2r5zFFk6xYbS0A78GKOTFHw%40mail.gmail.com
Reviewed-by: Richard Guo, Andres Freund, Ashutosh Bapat, Andrei Lepikhov

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7d58f2342bd3d2f0474207b63a3a548c29e20a9e

Modified Files
--------------
src/backend/nodes/bitmapset.c  | 77 ++++++++++++++++++++++++++++++++++++++++++
src/include/pg_config_manual.h |  6 ++++
2 files changed, 83 insertions(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings
Следующее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Make replace_relid() leave argument unmodified