Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
99198ac6
Commit
99198ac6
authored
24 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
Enable WAL in config.h, not Makefile.global.
parent
2b1d8bd2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Makefile.global.in
+1
-3
1 addition, 3 deletions
src/Makefile.global.in
src/include/config.h.in
+4
-1
4 additions, 1 deletion
src/include/config.h.in
with
5 additions
and
4 deletions
src/Makefile.global.in
+
1
−
3
View file @
99198ac6
# -*-makefile-*-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.11
2
2000/11/20
05:18:38 vadim
Exp $
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.11
3
2000/11/20
16:52:54 petere
Exp $
#------------------------------------------------------------------------------
# All PostgreSQL makefiles include this file and use the variables it sets,
...
...
@@ -146,8 +146,6 @@ ifeq ($(GCC), yes)
CFLAGS
+=
-Wall
-Wmissing-prototypes
-Wmissing-declarations
endif
CFLAGS
+=
-DXLOG
CXX
=
@CXX@
GXX
=
@GXX@
CXXFLAGS
=
@CXXFLAGS@
...
...
This diff is collapsed.
Click to expand it.
src/include/config.h.in
+
4
−
1
View file @
99198ac6
...
...
@@ -8,7 +8,7 @@
* or in config.h afterwards. Of course, if you edit config.h, then your
* changes will be overwritten the next time you run configure.
*
* $Id: config.h.in,v 1.14
8
2000/11/20 1
5
:5
6:13
petere Exp $
* $Id: config.h.in,v 1.14
9
2000/11/20 1
6
:5
2:54
petere Exp $
*/
#ifndef CONFIG_H
...
...
@@ -234,6 +234,9 @@
# define HAVE_UNIX_SOCKETS 1
#endif
/* Enable WAL. Don't disable this, it was only used during development. */
#define XLOG 1
/*
*------------------------------------------------------------------------
* These hand-configurable symbols are for enabling debugging code,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment