projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1cf69c
)
SET geqo TO 'on' restores _use_geqo_rels_ to GEQO_RELS, not
author
Vadim B. Mikheev
Tue, 3 Jun 1997 06:29:31 +0000
(06:29 +0000)
committer
Vadim B. Mikheev
Tue, 3 Jun 1997 06:29:31 +0000
(06:29 +0000)
to last specified with 'on' #.
What is better ?
src/backend/tcop/variable.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/tcop/variable.c
b/src/backend/tcop/variable.c
index b3d3edf2aee11f7b93fc9c6c425301ac0708a108..4f00968dc2cc1a5b6ee59198167aaa9ebfbf1d8a 100644
(file)
--- a/
src/backend/tcop/variable.c
+++ b/
src/backend/tcop/variable.c
@@
-2,7
+2,7
@@
* Routines for handling of 'SET var TO', 'SHOW var' and 'RESET var'
* statements.
*
- * $Id: variable.c,v 1.1
0 1997/06/02 11:00:57
vadim Exp $
+ * $Id: variable.c,v 1.1
1 1997/06/03 06:29:31
vadim Exp $
*
*/
@@
-151,7
+151,7
@@
static bool parse_geqo (const char *value)
if ( strcasecmp (tok, "on") == 0 )
{
- int32 geqo_rels =
_use_geqo_rels_
;
+ int32 geqo_rels =
GEQO_RELS
;
if ( val != NULL )
{