Re: More efficient build farm animal wakeup? - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: More efficient build farm animal wakeup?
Date
Msg-id CABUevExHQU4ZceqVaMZq9X_Vr4y5yS-bVMq5b7kBVNeP+HhFDQ@mail.gmail.com
Whole thread Raw
In response to Re: More efficient build farm animal wakeup?  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On Mon, Nov 21, 2022 at 11:27 PM Andrew Dunstan <andrew@dunslane.net> wrote:

On 2022-11-21 Mo 16:26, Magnus Hagander wrote:

>
> Is there a reason this file is a list of hashes each hash with a
> single value in it? Would it make more sense if it was:
> {
>   "REL_11_STABLE": "140c803723",
>   "REL_12_STABLE": "4cbcb7ed85",
>   "REL_13_STABLE": "c13667b518",
>   "REL_14_STABLE": "5cda142bb9",
>   "REL_15_STABLE": "ff9d27ee2b",
>   "HEAD": "51b5834cd5"
> }
>  


No. It's the way it is because the client relies on their being in the
right order. JSON hashes are conceptually unordered.

Ah yeah, if they need to be ordered that certainly makes more sense.
 
--

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: More efficient build farm animal wakeup?
Next
From: Joe Conway
Date:
Subject: Re: [PATCH] Add <> support to sepgsql_restorecon