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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: remove uint128 requirement from patch 978f869b99 (CFE)
Date: 2020-12-25 16:36:11
Message-ID: E1ksq4Z-0007iv-IC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Erik Rijkers 2020-12-25 18:30:01 Re: pgsql: Add key management system
Previous Message Bruce Momjian 2020-12-25 16:00:44 pgsql: Fix return value and const declaration from commit 978f869b99