File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1939,13 +1939,13 @@ include_dir 'conf.d'
1939
1939
<listitem>
1940
1940
<para>
1941
1941
Specifies the amount of memory that should be allocated at server
1942
- startup time for use by parallel queries. When this memory region is
1942
+ startup for use by parallel queries. When this memory region is
1943
1943
insufficient or exhausted by concurrent queries, new parallel queries
1944
1944
try to allocate extra shared memory temporarily from the operating
1945
1945
system using the method configured with
1946
1946
<varname>dynamic_shared_memory_type</varname>, which may be slower due
1947
1947
to memory management overheads. Memory that is allocated at startup
1948
- time with <varname>min_dynamic_shared_memory</varname> is affected by
1948
+ with <varname>min_dynamic_shared_memory</varname> is affected by
1949
1949
the <varname>huge_pages</varname> setting on operating systems where
1950
1950
that is supported, and may be more likely to benefit from larger pages
1951
1951
on operating systems where that is managed automatically.
Original file line number Diff line number Diff line change @@ -332,7 +332,6 @@ struct _archiveHandle
332
332
int compression ; /*---------
333
333
* Compression requested on open().
334
334
* Possible values for compression:
335
- * -2 ZSTD_COMPRESSION
336
335
* -1 Z_DEFAULT_COMPRESSION
337
336
* 0 COMPRESSION_NONE
338
337
* 1-9 levels for gzip compression
You can’t perform that action at this time.
0 commit comments