5
5
option (' blocksize' , type : ' combo' ,
6
6
choices : [' 1' , ' 2' , ' 4' , ' 8' , ' 16' , ' 32' ],
7
7
value : ' 8' ,
8
- description : ' Set relation block size in kB ' )
8
+ description : ' Relation block size, in kilobytes ' )
9
9
10
10
option (' wal_blocksize' , type : ' combo' ,
11
11
choices : [' 1' , ' 2' , ' 4' , ' 8' , ' 16' , ' 32' , ' 64' ],
@@ -41,16 +41,16 @@ option('cassert', type : 'boolean', value: false,
41
41
description : ' Enable assertion checks (for debugging)' )
42
42
43
43
option (' tap_tests' , type : ' feature' , value : ' auto' ,
44
- description : ' Whether to enable tap tests' )
44
+ description : ' Enable TAP tests' )
45
45
46
46
option (' PG_TEST_EXTRA' , type : ' string' , value : '' ,
47
47
description : ' Enable selected extra tests' )
48
48
49
49
option (' atomics' , type : ' boolean' , value : true ,
50
- description : ' Whether to use atomic operations' )
50
+ description : ' Use atomic operations' )
51
51
52
52
option (' spinlocks' , type : ' boolean' , value : true ,
53
- description : ' Whether to use spinlocks' )
53
+ description : ' Use spinlocks' )
54
54
55
55
56
56
# Compilation options
@@ -68,16 +68,16 @@ option('darwin_sysroot', type : 'string', value: '',
68
68
description : ' Select a non-default sysroot path' )
69
69
70
70
option (' rpath' , type : ' boolean' , value : true ,
71
- description : ' Whether to embed shared library search path in executables' )
71
+ description : ' Embed shared library search path in executables' )
72
72
73
73
74
74
# External dependencies
75
75
76
76
option (' bonjour' , type : ' feature' , value : ' auto' ,
77
- description : ' Build with Bonjour support' )
77
+ description : ' Bonjour support' )
78
78
79
79
option (' bsd_auth' , type : ' feature' , value : ' auto' ,
80
- description : ' Build with BSD Authentication support' )
80
+ description : ' BSD Authentication support' )
81
81
82
82
option (' docs' , type : ' feature' , value : ' auto' ,
83
83
description : ' Documentation in HTML and man page format' )
@@ -110,7 +110,7 @@ option('libxslt', type : 'feature', value: 'auto',
110
110
description : ' XSLT support in contrib/xml2' )
111
111
112
112
option (' llvm' , type : ' feature' , value : ' disabled' ,
113
- description : ' Whether to use llvm ' )
113
+ description : ' LLVM support ' )
114
114
115
115
option (' lz4' , type : ' feature' , value : ' auto' ,
116
116
description : ' LZ4 support' )
@@ -119,7 +119,7 @@ option('nls', type: 'feature', value: 'auto',
119
119
description : ' Native language support' )
120
120
121
121
option (' pam' , type : ' feature' , value : ' auto' ,
122
- description : ' Build with PAM support' )
122
+ description : ' PAM support' )
123
123
124
124
option (' plperl' , type : ' feature' , value : ' auto' ,
125
125
description : ' Build Perl modules (PL/Perl)' )
@@ -128,33 +128,33 @@ option('plpython', type : 'feature', value: 'auto',
128
128
description : ' Build Python modules (PL/Python)' )
129
129
130
130
option (' pltcl' , type : ' feature' , value : ' auto' ,
131
- description : ' Build with TCL support' )
131
+ description : ' Build with Tcl support (PL/Tcl) ' )
132
132
133
133
option (' tcl_version' , type : ' string' , value : ' tcl' ,
134
- description : ' Specify TCL version' )
134
+ description : ' Tcl version' )
135
135
136
136
option (' readline' , type : ' feature' , value : ' auto' ,
137
137
description : ' Use GNU Readline or BSD Libedit for editing' )
138
138
139
139
option (' selinux' , type : ' feature' , value : ' disabled' ,
140
- description : ' Build with SELinux support' )
140
+ description : ' SELinux support' )
141
141
142
142
option (' ssl' , type : ' combo' , choices : [' auto' , ' none' , ' openssl' ],
143
143
value : ' auto' ,
144
144
description : ' Use LIB for SSL/TLS support (openssl)' )
145
145
146
146
option (' systemd' , type : ' feature' , value : ' auto' ,
147
- description : ' Build with systemd support' )
147
+ description : ' systemd support' )
148
148
149
149
option (' uuid' , type : ' combo' , choices : [' none' , ' bsd' , ' e2fs' , ' ossp' ],
150
150
value : ' none' ,
151
- description : ' Build contrib/uuid-ossp using LIB ' )
151
+ description : ' Use LIB for contrib/uuid-ossp support ' )
152
152
153
153
option (' zlib' , type : ' feature' , value : ' auto' ,
154
- description : ' Whether to use zlib' )
154
+ description : ' Enable zlib' )
155
155
156
156
option (' zstd' , type : ' feature' , value : ' auto' ,
157
- description : ' Whether to use zstd' )
157
+ description : ' Enable zstd' )
158
158
159
159
160
160
# Programs
0 commit comments