mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Let's see if using -c instead of -- style fixes the PGOPTIONS issue.
This commit is contained in:
parent
c4a13c7e3c
commit
d703de2989
@ -11,7 +11,7 @@
|
|||||||
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.52 2008/11/25 19:30:42 tgl Exp $
|
* $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.53 2008/11/26 13:26:52 tgl Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -723,7 +723,7 @@ initialize_environment(void)
|
|||||||
* the user's ability to set other variables through that.
|
* the user's ability to set other variables through that.
|
||||||
*/
|
*/
|
||||||
{
|
{
|
||||||
const char *my_pgoptions = "--intervalstyle=postgres_verbose";
|
const char *my_pgoptions = "-c intervalstyle=postgres_verbose";
|
||||||
const char *old_pgoptions = getenv("PGOPTIONS");
|
const char *old_pgoptions = getenv("PGOPTIONS");
|
||||||
char *new_pgoptions;
|
char *new_pgoptions;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user