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
99198ac6
Commit
99198ac6
authored
Nov 20, 2000
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable WAL in config.h, not Makefile.global.
parent
2b1d8bd2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
src/Makefile.global.in
src/Makefile.global.in
+1
-3
src/include/config.h.in
src/include/config.h.in
+4
-1
No files found.
src/Makefile.global.in
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@
...
...
src/include/config.h.in
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 15:56:13
petere Exp $
* $Id: config.h.in,v 1.14
9 2000/11/20 16:52: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,
...
...
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