Re: Restart pg_usleep when interrupted

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>
Cc: Sami Imseih <samimseih(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Restart pg_usleep when interrupted
Date: 2024-08-08 19:52:07
Message-ID: ZrUh5-NQ18uBpU1K@nathan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Aug 08, 2024 at 06:49:27AM +0000, Bertrand Drouvot wrote:
> 2.2 CLOCK_REALTIME: Its time represents seconds and nanoseconds since the Epoch.
> It means that we´re currently about 237 years away from the limit. So even,
> if we were to say add 2 "recents" of them we are still about 183 years away from
> the limit.

I hope to be retired before then.

--
nathan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2024-08-08 20:00:41 Re: tiny step toward threading: reduce dependence on setlocale()
Previous Message Nathan Bossart 2024-08-08 19:28:31 Re: Proposal for Updating CRC32C with AVX-512 Algorithm.