Commit 32620c22 authored by Marc G. Fournier's avatar Marc G. Fournier

From: Bruce Momjian <maillist@candle.pha.pa.us>

To: Postgres95-development <pg95-dev@ki.net>
Subject: [PG95-DEV] Makefile.global patch

Can we apply the following patch to make EUROPEAN_DATES consistent with
other parameters?
parent 3bf2b361
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.32 1996/09/21 19:12:11 scrappy Exp $ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.33 1996/09/23 08:37:41 scrappy Exp $
# #
# NOTES # NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To # This is seen by any Makefiles that include mk/postgres.mk. To
...@@ -141,7 +141,7 @@ ENFORCE_ALIGNMENT= true ...@@ -141,7 +141,7 @@ ENFORCE_ALIGNMENT= true
# turn this on if you prefer European style dates instead of American # turn this on if you prefer European style dates instead of American
# style dates # style dates
EUROPEAN_DATES = 0 #EUROPEAN_DATES = true
# Comment out PROFILE to disable profiling. # Comment out PROFILE to disable profiling.
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment