|
11 | 11 | * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
|
12 | 12 | * Portions Copyright (c) 1994, Regents of the University of California
|
13 | 13 | *
|
14 |
| - * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.52 2008/11/25 19:30:42 tgl Exp $ |
| 14 | + * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.53 2008/11/26 13:26:52 tgl Exp $ |
15 | 15 | *
|
16 | 16 | *-------------------------------------------------------------------------
|
17 | 17 | */
|
@@ -723,7 +723,7 @@ initialize_environment(void)
|
723 | 723 | * the user's ability to set other variables through that.
|
724 | 724 | */
|
725 | 725 | {
|
726 |
| -constchar*my_pgoptions="--intervalstyle=postgres_verbose"; |
| 726 | +constchar*my_pgoptions="-cintervalstyle=postgres_verbose"; |
727 | 727 | constchar*old_pgoptions=getenv("PGOPTIONS");
|
728 | 728 | char*new_pgoptions;
|
729 | 729 |
|
|