diff options
author | Marc G. Fournier | 1997-01-26 15:32:28 +0000 |
---|---|---|
committer | Marc G. Fournier | 1997-01-26 15:32:28 +0000 |
commit | 632c44d8290c0e3561b1c1851d4443868034a705 (patch) | |
tree | 4879c978ed1db82a57cc82c1aa5c91bfa5307662 /src/include/miscadmin.h | |
parent | ac3c926c4259690ed0c4cfab21db4c4b7ef05c11 (diff) |
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
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r-- | src/include/miscadmin.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index 844340f9ef0..5fab595f175 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -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 |