File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.6 1996/09/21 06:16:09 scrappy Exp $
10
+ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.7 1996/09/21 06:20:19 scrappy Exp $
11
11
#
12
12
# NOTES
13
13
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -106,7 +106,7 @@ POSTDOCDIR= $(POSTGRESDIR)/doc
106
106
HEADERDIR= $(POSTGRESDIR)/include
107
107
108
108
# The port to run the postmaster on
109
- POSTPORT= 6543
109
+ POSTPORT= 5432
110
110
111
111
# NAMEDATALEN is the max length for system identifiers (e.g. table names,
112
112
# attribute names, function names, etc.)
@@ -282,7 +282,7 @@ CFLAGS+= -DPORTNAME_$(PORTNAME)
282
282
CFLAGS += -I ../../backend/port/$(PORTNAME)
283
283
284
284
# Globally pass the default TCP port for postmaster(1).
285
- CFLAGS+= -DPOSTPORT='"5432 "'
285
+ CFLAGS+= -DPOSTPORT='"$(POSTPORT) "'
286
286
287
287
# include flags from mk/port/postgres.mk.$(PORTNAME)
288
288
CFLAGS+= $(CFLAGS_BE)
You can’t perform that action at this time.
0 commit comments