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

Commit414cca4

Browse files
committed
Remove last references to WAL segment size in MSVC scripts
fc49e24 has removed the last use of this compile-time variable as WALsegment size is something that can now be set at initdb time, still thiscommit has forgotten some references to it.Discussion:https://postgr.es/m/20190617073228.GE18917@paquier.xyz
1 parent3c28fd2 commit414cca4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎src/tools/msvc/Solution.pm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ sub _new
5555
die"Bad wal_blocksize$options->{wal_blocksize}"
5656
unlessgrep {$_ ==$options->{wal_blocksize} }
5757
(1, 2, 4, 8, 16, 32, 64);
58-
$options->{wal_segsize} = 16
59-
unless$options->{wal_segsize};# undef or 0 means default
60-
die"Bad wal_segsize$options->{wal_segsize}"
61-
unlessgrep {$_ ==$options->{wal_segsize} } (1, 2, 4, 8, 16, 32, 64);
6258

6359
return$self;
6460
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp