Re: More efficient build farm animal wakeup?

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: More efficient build farm animal wakeup?
Дата
Msg-id CABUevExHQU4ZceqVaMZq9X_Vr4y5yS-bVMq5b7kBVNeP+HhFDQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: More efficient build farm animal wakeup?  (Andrew Dunstan <andrew@dunslane.net>)
Список 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 по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: More efficient build farm animal wakeup?
Следующее
От: Joe Conway
Дата:
Сообщение: Re: [PATCH] Add <> support to sepgsql_restorecon