Re: rand48 replacement - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: rand48 replacement
Date
Msg-id alpine.DEB.2.22.394.2107031729530.2359988@pseudo
Whole thread Raw
In response to Re: rand48 replacement  (Yura Sokolov <y.sokolov@postgrespro.ru>)
List pgsql-hackers
> 1. PostgreSQL source uses `uint64` and `uint32`, but not 
> `uint64_t`/`uint32_t`

Indeed you are right. Attached v6 does that as well.

-- 
Fabien.
Attachment

pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: rand48 replacement
Next
From: Gilles Darold
Date:
Subject: Re: [PATCH] Hooks at XactCommand level