pgsql: Don't call fwrite() with len == 0 when writing out relcache init

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Don't call fwrite() with len == 0 when writing out relcache init
Дата
Msg-id E1nX7iG-0014Vm-P1@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Don't call fwrite() with len == 0 when writing out relcache init file.

Noticed via -fsanitize=undefined.

Backpatch to all branches, for the same reasons as 46ab07ffda9.

Discussion: https://postgr.es/m/20220323173537.ll7klrglnp4gn2um@alap3.anarazel.de
Backpatch: 10-

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8014c61ebda10d39ef8855b4826aeba5cacd36e1

Modified Files
--------------
src/backend/utils/cache/relcache.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: configure: check for dlsym instead of dlopen.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add some basic regression tests for pg_freespacemap