pgsql: remove uint128 requirement from patch 978f869b99 (CFE)

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: remove uint128 requirement from patch 978f869b99 (CFE)
Дата
Msg-id E1ksq4Z-0007iv-IC@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
remove uint128 requirement from patch 978f869b99 (CFE)

Used char[16] instead.

Reported-by: buildfarm member florican

Backpatch-through: master

Branch
------
master

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

Modified Files
--------------
src/common/kmgr_utils.c         | 6 +++---
src/include/common/kmgr_utils.h | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Fix return value and const declaration from commit 978f869b99
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Invalidate acl.c caches when pg_authid changes.