Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
28840738
Commit
28840738
authored
Feb 19, 2001
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document --enable-cassert.
parent
eda82e79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
3 deletions
+27
-3
doc/src/sgml/installation.sgml
doc/src/sgml/installation.sgml
+27
-3
No files found.
doc/src/sgml/installation.sgml
View file @
28840738
<
!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.3
7 2001/02/17 16:52:5
3 tgl Exp $ -->
<
!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.3
8 2001/02/19 22:25:4
3 tgl Exp $ -->
<
chapter
id
=
"installation"
>
<
title
><
![%flattext-install-include[<productname>PostgreSQL</>]]> Installation Instructions</title>
...
...
@@ -682,8 +682,32 @@ su - postgres
<para>
Compiles all programs and libraries with debugging symbols.
This means that you can run the programs through a debugger
to analyze problems. This option is not recommended for
production use.
to analyze problems. This enlarges the size of the installed
executables considerably, and on non-gcc compilers it usually
also disables compiler optimization, causing slowdowns. However,
having the symbols available is extremely helpful for dealing
with any problems that may arise. Currently, this option is
considered of marginal value for production installations, but
you should have it on if you are doing development work or
running a beta version.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--enable-cassert</term>
<listitem>
<para>
Enables <firstterm>assertion</> checks in the server, which test for
many <quote>can'
t
happen
</>
conditions
.
This
is
invaluable
for
code
development
purposes
,
but
the
tests
slow
things
down
a
little
.
Also
,
having
the
tests
turned
on
won
't necessarily enhance the
stability of your server! The assertion checks are not categorized
for severity, and so what might be a relatively harmless bug will
still lead to postmaster restarts if it triggers an assertion
failure. Currently, this option is not recommended for
production use, but you should have it on for development work
or when running a beta version.
</para>
</listitem>
</varlistentry>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment