projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a86618
)
doc: Add missing values for meson options -Dcassert and -Db_coverage
author
Michael Paquier
Wed, 22 Feb 2023 01:55:14 +0000
(10:55 +0900)
committer
Michael Paquier
Wed, 22 Feb 2023 01:55:14 +0000
(10:55 +0900)
The -Dcassert and -Db_coverage that can be specified to a meson command
require values after an equal sign but the documentation did not
properly reflect that. All the other options specify the argument
values they expect, so close the gap.
Author: Jelte Fennema
Discussion: https://postgr.es/m/CAGECzQRXd1z+AoQ4tC5tqPk1_NQJohf6xwdEL=z9KgxHau2maQ@mail.gmail.com
doc/src/sgml/installation.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/installation.sgml
b/doc/src/sgml/installation.sgml
index aa7c782c3f295fb8e756c5c67e4d3d7bb5397fef..0ed35d99e91b655d7e242b1277f692399d5229d2 100644
(file)
--- a/
doc/src/sgml/installation.sgml
+++ b/
doc/src/sgml/installation.sgml
@@
-3034,7
+3034,7
@@
ninja install
-
-Dcassert
+
-Dcassert
={ true | false }
Enables
assertion
checks in the server, which
@@
-3075,7
+3075,7
@@
ninja install
-
-Db_coverage
+
-Db_coverage
={ true | false }
If using GCC, all programs and libraries are compiled with