Commit a7ce47aa authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents c0ff43c2 cacd17a6
1.58.0 1.59.0
\ No newline at end of file
---
title: Upgrade to Gitaly v1.59.0
merge_request: 31743
author:
type: changed
...@@ -199,7 +199,7 @@ more common ones here. ...@@ -199,7 +199,7 @@ more common ones here.
A full list of all the available nodes and their descriptions can be found in A full list of all the available nodes and their descriptions can be found in
the [PostgreSQL source file the [PostgreSQL source file
"plannodes.h"](https://github.com/postgres/postgres/blob/master/src/include/nodes/plannodes.h) "plannodes.h"](https://gitlab.com/postgres/postgres/blob/master/src/include/nodes/plannodes.h)
### Seq Scan ### Seq Scan
...@@ -224,7 +224,7 @@ used when we would read too much data from an index scan, but too little to ...@@ -224,7 +224,7 @@ used when we would read too much data from an index scan, but too little to
perform a sequential scan. A bitmap scan uses what is known as a [bitmap perform a sequential scan. A bitmap scan uses what is known as a [bitmap
index](https://en.wikipedia.org/wiki/Bitmap_index) to perform its work. index](https://en.wikipedia.org/wiki/Bitmap_index) to perform its work.
The [source code of PostgreSQL](https://github.com/postgres/postgres/blob/1c2cb2744bf3d8ad751cd5cf3b347f10f48492b3/src/include/nodes/plannodes.h#L446-L457) The [source code of PostgreSQL](https://gitlab.com/postgres/postgres/blob/REL_11_STABLE/src/include/nodes/plannodes.h#L441)
states the following on bitmap scans: states the following on bitmap scans:
> Bitmap Index Scan delivers a bitmap of potential tuple locations; it does not > Bitmap Index Scan delivers a bitmap of potential tuple locations; it does not
......
...@@ -223,7 +223,7 @@ and the following environment variables: ...@@ -223,7 +223,7 @@ and the following environment variables:
| Setting | GitLab.com | Default | | Setting | GitLab.com | Default |
|-------- |----------- |-------- | |-------- |----------- |-------- |
| `SIDEKIQ_MEMORY_KILLER_MAX_RSS` | `1000000` | `1000000` | | `SIDEKIQ_MEMORY_KILLER_MAX_RSS` | `1000000` | `2000000` |
| `SIDEKIQ_MEMORY_KILLER_SHUTDOWN_SIGNAL` | `SIGKILL` | - | | `SIDEKIQ_MEMORY_KILLER_SHUTDOWN_SIGNAL` | `SIGKILL` | - |
| `SIDEKIQ_LOG_ARGUMENTS` | `1` | - | | `SIDEKIQ_LOG_ARGUMENTS` | `1` | - |
......
...@@ -7,7 +7,7 @@ class Feature ...@@ -7,7 +7,7 @@ class Feature
# Server feature flags should use '_' to separate words. # Server feature flags should use '_' to separate words.
SERVER_FEATURE_FLAGS = SERVER_FEATURE_FLAGS =
[ [
'get_commit_signatures'.freeze # 'get_commit_signatures'.freeze
].freeze ].freeze
DEFAULT_ON_FLAGS = Set.new([]).freeze DEFAULT_ON_FLAGS = Set.new([]).freeze
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment