mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove KSQO from GUC and move file to _deadcode.
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
* command, configuration file, and command line options.
|
||||
* See src/backend/utils/misc/README for more information.
|
||||
*
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.69 2002/05/17 20:32:29 tgl Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.70 2002/06/16 00:09:12 momjian Exp $
|
||||
*
|
||||
* Copyright 2000 by PostgreSQL Global Development Group
|
||||
* Written by Peter Eisentraut <peter_e@gmx.net>.
|
||||
@ -312,11 +312,6 @@ static struct config_bool
|
||||
{ "enable_hashjoin", PGC_USERSET }, &enable_hashjoin,
|
||||
true, NULL, NULL
|
||||
},
|
||||
|
||||
{
|
||||
{ "ksqo", PGC_USERSET }, &_use_keyset_query_optimizer,
|
||||
false, NULL, NULL
|
||||
},
|
||||
{
|
||||
{ "geqo", PGC_USERSET }, &enable_geqo,
|
||||
true, NULL, NULL
|
||||
|
Reference in New Issue
Block a user