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

Commitb46e5b5

Browse files
committed
SET geqo TO 'on' restores _use_geqo_rels_ to GEQO_RELS, not
to last specified with 'on' #.What is better ?
1 parentf1cf69c commitb46e5b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/tcop/variable.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Routines for handling of 'SET var TO', 'SHOW var' and 'RESET var'
33
* statements.
44
*
5-
* $Id: variable.c,v 1.10 1997/06/02 11:00:57 vadim Exp $
5+
* $Id: variable.c,v 1.11 1997/06/03 06:29:31 vadim Exp $
66
*
77
*/
88

@@ -151,7 +151,7 @@ static bool parse_geqo (const char *value)
151151

152152
if (strcasecmp (tok,"on")==0 )
153153
{
154-
int32geqo_rels=_use_geqo_rels_;
154+
int32geqo_rels=GEQO_RELS;
155155

156156
if (val!=NULL )
157157
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp