Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit349ecef

Browse files
authored
Merge branch 'postgres:master' into master
2 parentsdb8c296 +c53f3b9 commit349ecef

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

‎src/backend/jit/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ The ability to do so allows us to get the LLVM IR for all operators
205205
bitcode files get installed into the server's
206206
$pkglibdir/bitcode/postgres/
207207
Using existing LLVM functionality (for parallel LTO compilation),
208-
additionally an indexisover these is stored to
208+
additionally an index over these is stored to
209209
$pkglibdir/bitcode/postgres.index.bc
210210

211211
Similarly extensions can install code into

‎src/backend/utils/misc/postgresql.conf.sample

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,11 @@
178178
#temp_file_limit = -1# limits per-process temp file space
179179
# in kilobytes, or -1 for no limit
180180

181+
#file_copy_method = copy# copy, clone (if supported by OS)
182+
181183
#max_notify_queue_pages = 1048576# limits the number of SLRU pages allocated
182184
# for NOTIFY / LISTEN queue
183185

184-
#file_copy_method = copy# the default is the first option
185-
# copy
186-
# clone (if system support is available)
187-
188186
# - Kernel Resources -
189187

190188
#max_files_per_process = 1000# min 64

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp