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 :' Set relation block size in kB' )
9
9
10
10
option (' wal_blocksize' ,type :' combo' ,
11
11
choices : [' 1' ,' 2' ,' 4' ,' 8' ,' 16' ,' 32' ,' 64' ],
@@ -25,7 +25,7 @@ option('krb_srvnam', type : 'string', value : 'postgres',
25
25
description :' Default Kerberos service principal for GSSAPI' )
26
26
27
27
option (' system_tzdata' ,type :' string' ,value :'' ,
28
- description :' use system time zone data in specified directory' )
28
+ description :' Use system time zone data in specified directory' )
29
29
30
30
31
31
# Defaults
@@ -38,7 +38,7 @@ option('pgport', type : 'integer', value : 5432,
38
38
# Developer options
39
39
40
40
option (' cassert' ,type :' boolean' ,value :false ,
41
- description :' enable assertion checks (for debugging)' )
41
+ description :' Enable assertion checks (for debugging)' )
42
42
43
43
option (' tap_tests' ,type :' feature' ,value :' auto' ,
44
44
description :' Whether to enable tap tests' )
@@ -47,43 +47,43 @@ 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 :' Whether to use atomic operations' )
51
51
52
52
option (' spinlocks' ,type :' boolean' ,value :true ,
53
- description :' whether to use spinlocks' )
53
+ description :' Whether to use spinlocks' )
54
54
55
55
56
56
# Compilation options
57
57
58
58
option (' extra_include_dirs' ,type :' array' ,value : [],
59
- description :' non -default directories to be searched for headers' )
59
+ description :' Non -default directories to be searched for headers' )
60
60
61
61
option (' extra_lib_dirs' ,type :' array' ,value : [],
62
- description :' non -default directories to be searched for libs' )
62
+ description :' Non -default directories to be searched for libs' )
63
63
64
64
option (' extra_version' ,type :' string' ,value :'' ,
65
- description :' append STRING to the PostgreSQL version number' )
65
+ description :' Append STRING to the PostgreSQL version number' )
66
66
67
67
option (' darwin_sysroot' ,type :' string' ,value :'' ,
68
- description :' select a non-default sysroot path' )
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 :' Whether to 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 :' Build with Bonjour support' )
78
78
79
79
option (' bsd_auth' ,type :' feature' ,value :' auto' ,
80
- description :' build with BSD Authentication support' )
80
+ description :' Build with BSD Authentication support' )
81
81
82
82
option (' docs' ,type :' feature' ,value :' auto' ,
83
- description :' documentation in HTML and man page format' )
83
+ description :' Documentation in HTML and man page format' )
84
84
85
85
option (' docs_pdf' ,type :' feature' ,value :' auto' ,
86
- description :' documentation in PDF format' )
86
+ description :' Documentation in PDF format' )
87
87
88
88
option (' docs_html_style' ,type :' combo' ,choices : [' simple' ,' website' ],
89
89
description :' CSS stylesheet for HTML documentation' )
@@ -110,102 +110,102 @@ 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 :' Whether to use llvm' )
114
114
115
115
option (' lz4' ,type :' feature' ,value :' auto' ,
116
116
description :' LZ4 support' )
117
117
118
118
option (' nls' ,type :' feature' ,value :' auto' ,
119
- description :' native language support' )
119
+ description :' Native language support' )
120
120
121
121
option (' pam' ,type :' feature' ,value :' auto' ,
122
- description :' build with PAM support' )
122
+ description :' Build with PAM support' )
123
123
124
124
option (' plperl' ,type :' feature' ,value :' auto' ,
125
- description :' build Perl modules (PL/Perl)' )
125
+ description :' Build Perl modules (PL/Perl)' )
126
126
127
127
option (' plpython' ,type :' feature' ,value :' auto' ,
128
- description :' build Python modules (PL/Python)' )
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' )
132
132
133
133
option (' tcl_version' ,type :' string' ,value :' tcl' ,
134
- description :' specify TCL version' )
134
+ description :' Specify TCL version' )
135
135
136
136
option (' readline' ,type :' feature' ,value :' auto' ,
137
- description :' use GNU Readline or BSD Libedit for editing' )
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 :' Build with SELinux support' )
141
141
142
142
option (' ssl' ,type :' combo' ,choices : [' auto' ,' none' ,' openssl' ],
143
143
value :' auto' ,
144
- description :' use LIB for SSL/TLS support (openssl)' )
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 :' Build with 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 :' Build contrib/uuid-ossp using LIB' )
152
152
153
153
option (' zlib' ,type :' feature' ,value :' auto' ,
154
- description :' whether to use zlib' )
154
+ description :' Whether to use zlib' )
155
155
156
156
option (' zstd' ,type :' feature' ,value :' auto' ,
157
- description :' whether to use zstd' )
157
+ description :' Whether to use zstd' )
158
158
159
159
160
160
# Programs
161
161
162
162
option (' BISON' ,type :' array' ,value : [' bison' ,' win_bison' ],
163
- description :' path to bison binary' )
163
+ description :' Path to bison binary' )
164
164
165
165
option (' DTRACE' ,type :' string' ,value :' dtrace' ,
166
- description :' path to dtrace binary' )
166
+ description :' Path to dtrace binary' )
167
167
168
168
option (' FLEX' ,type :' array' ,value : [' flex' ,' win_flex' ],
169
- description :' path to flex binary' )
169
+ description :' Path to flex binary' )
170
170
171
171
option (' FOP' ,type :' string' ,value :' fop' ,
172
- description :' path to fop binary' )
172
+ description :' Path to fop binary' )
173
173
174
174
option (' GZIP' ,type :' string' ,value :' gzip' ,
175
- description :' path to gzip binary' )
175
+ description :' Path to gzip binary' )
176
176
177
177
option (' LZ4' ,type :' string' ,value :' lz4' ,
178
- description :' path to lz4 binary' )
178
+ description :' Path to lz4 binary' )
179
179
180
180
option (' OPENSSL' ,type :' string' ,value :' openssl' ,
181
- description :' path to openssl binary' )
181
+ description :' Path to openssl binary' )
182
182
183
183
option (' PERL' ,type :' string' ,value :' perl' ,
184
- description :' path to perl binary' )
184
+ description :' Path to perl binary' )
185
185
186
186
option (' PROVE' ,type :' string' ,value :' prove' ,
187
- description :' path to prove binary' )
187
+ description :' Path to prove binary' )
188
188
189
189
option (' PYTHON' ,type :' array' ,value : [' python3' ,' python' ],
190
- description :' path to python binary' )
190
+ description :' Path to python binary' )
191
191
192
192
option (' SED' ,type :' string' ,value :' gsed' ,
193
- description :' path to sed binary' )
193
+ description :' Path to sed binary' )
194
194
195
195
option (' STRIP' ,type :' string' ,value :' strip' ,
196
- description :' path to strip binary, used for PGXS emulation' )
196
+ description :' Path to strip binary, used for PGXS emulation' )
197
197
198
198
option (' TAR' ,type :' string' ,value :' tar' ,
199
- description :' path to tar binary' )
199
+ description :' Path to tar binary' )
200
200
201
201
option (' XMLLINT' ,type :' string' ,value :' xmllint' ,
202
- description :' path to xmllint binary' )
202
+ description :' Path to xmllint binary' )
203
203
204
204
option (' XSLTPROC' ,type :' string' ,value :' xsltproc' ,
205
- description :' path to xsltproc binary' )
205
+ description :' Path to xsltproc binary' )
206
206
207
207
option (' ZSTD' ,type :' string' ,value :' zstd' ,
208
- description :' path to zstd binary' )
208
+ description :' Path to zstd binary' )
209
209
210
210
option (' ZIC' ,type :' string' ,value :' zic' ,
211
- description :' path to zic binary, when cross-compiling' )
211
+ description :' Path to zic binary, when cross-compiling' )