File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
- const char * my_pgoptions = "-- intervalstyle=postgres_verbose" ;
726
+ const char * my_pgoptions = "-c intervalstyle=postgres_verbose" ;
727
727
const char * old_pgoptions = getenv ("PGOPTIONS" );
728
728
char * new_pgoptions ;
729
729
You can’t perform that action at this time.
0 commit comments