Re: wal_compression=zstd

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: wal_compression=zstd
Дата
Msg-id 20220311214900.GN28503@telsasoft.com
обсуждение исходный текст
Ответ на Re: wal_compression=zstd  (Justin Pryzby <pryzby@telsasoft.com>)
Ответы Re: wal_compression=zstd  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
While rebasing, I realized this should have bumped XLOG_PAGE_MAGIC.

Also, there's a dangling "and".

+        The supported methods are <literal>pglz</literal>,
+        <literal>lz4</literal> (if <productname>PostgreSQL</productname>
+        was compiled with <option>--with-lz4</option>) and
+        <literal>zstd</literal> (if <productname>PostgreSQL</productname>
+        was compiled with <option>--with-zstd</option>) and
+        The default value is <literal>off</literal>.
+        Only superusers can change this setting.

-- 
Justin



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Non-replayable WAL records through overflows and >MaxAllocSize lengths
Следующее
От: Zhihong Yu
Дата:
Сообщение: Re: generic plans and "initial" pruning