1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Bring in a patch from Keith Parks to move the use of European dates

from a #define to a run-time option '-e'

Man page was updated to reflect new option
This commit is contained in:
Marc G. Fournier
1997-01-26 15:32:28 +00:00
parent ac3c926c42
commit 632c44d829
9 changed files with 108 additions and 46 deletions

View File

@@ -21,7 +21,7 @@
/* Define one for either <history.h> or <readline/history.h>
*/
/* #undef HAVE_HISTORY */
/* #undef HAVE_HISTORY */
#define HAVE_SYS_SELECT_H
@@ -265,11 +265,6 @@ typedef unsigned char slock_t;
#define DEF_PGPORT "5432"
/* turn this on if you prefer European style dates instead of American
* style dates
*/
/* #define EUROPEAN_DATES */
/*
* If you do not plan to use Host based authentication,
* comment out the following line

View File

@@ -11,7 +11,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: miscadmin.h,v 1.4 1996/11/14 10:25:42 bryanh Exp $
* $Id: miscadmin.h,v 1.5 1997/01/26 15:32:06 scrappy Exp $
*
* NOTES
* some of the information in this file will be moved to
@@ -57,6 +57,8 @@ extern bool IsPostmaster;
extern short DebugLvl;
extern int EuroDates;
extern Oid LastOidProcessed; /* for query rewrite */
#define MAX_PARSE_BUFFER 8192