Real config values for bytes needs quotes?

Поиск
Список
Период
Сортировка
От Kyotaro Horiguchi
Тема Real config values for bytes needs quotes?
Дата
Msg-id 20230227.173217.1502628246346909920.horikyota.ntt@gmail.com
обсуждение исходный текст
Ответы Re: Real config values for bytes needs quotes?  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Список pgsql-hackers
Hello.

I found it frustrating that the line "shared_buffers = 0.1GB" in
postgresql.conf postgresql.conf was causing an error and that the
value required (additional) surrounding single quotes.  The attached
patch makes the parser accept the use of non-quoted real values
followed by a unit for such variables. I'm not sure if that syntax
fully covers the input syntax of strtod, but I beieve it is suffucient
for most use cases.

Is the following a correct English sentense?

Do you folks think this makes sense?


regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: [PATCH] Support SK_SEARCHNULL / SK_SEARCHNOTNULL for heap-only scans
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Add support for unit "B" to pg_size_pretty()