| From: | Andres Freund <andres(at)anarazel(dot)de> |
|---|---|
| To: | pgsql-hackers(at)lists(dot)postgresql(dot)org, Bruce Momjian <bruce(at)momjian(dot)us>, Antonin Houska <ah(at)cybertec(dot)at> |
| Cc: | Ants Aasma <ants(at)cybertec(dot)at>, Sasasu <i(at)sasa(dot)su>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: storing an explicit nonce |
| Date: | 2021-10-07 16:26:26 |
| Message-ID: | 480295D6-626A-49E5-B067-38B5AD650DF7@anarazel.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
On October 7, 2021 8:54:54 AM PDT, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
>Uh, technically most drives use 512-byte sectors, but I don't know if
>there is any guarantee that 512-byte sectors will not be torn --- I have
>a feeling there isn't. I think we get away with the hint bit case
>because you can't tear a single bit. ;-)
We rely on it today, e.g. for the control file.
Andres
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2021-10-07 16:29:04 | Re: storing an explicit nonce |
| Previous Message | Tom Lane | 2021-10-07 16:23:49 | Re: plperl: update ppport.h and fix configure version check |