mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Enable bushy and right-hand queries by default.
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.92 1999/02/13 23:22:40 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.93 1999/02/18 06:01:00 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -136,9 +136,6 @@ static struct EnvironmentOptions
|
||||
{
|
||||
"PGCOSTINDEX", "cost_index"
|
||||
},
|
||||
{
|
||||
"PGRPLANS", "r_plans"
|
||||
},
|
||||
{
|
||||
"PGGEQO", "geqo"
|
||||
},
|
||||
|
Reference in New Issue
Block a user