Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd703de2

Browse files
committed
Let's see if using -c instead of -- style fixes the PGOPTIONS issue.
1 parentc4a13c7 commitd703de2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/test/regress/pg_regress.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
1212
* Portions Copyright (c) 1994, Regents of the University of California
1313
*
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 $
1515
*
1616
*-------------------------------------------------------------------------
1717
*/
@@ -723,7 +723,7 @@ initialize_environment(void)
723723
* the user's ability to set other variables through that.
724724
*/
725725
{
726-
constchar*my_pgoptions="--intervalstyle=postgres_verbose";
726+
constchar*my_pgoptions="-cintervalstyle=postgres_verbose";
727727
constchar*old_pgoptions=getenv("PGOPTIONS");
728728
char*new_pgoptions;
729729

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp