Re: patch for geqo tweaks

From: Nathan Wagner <nw+pg(at)hydaspes(dot)if(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: patch for geqo tweaks
Date: 2015-11-06 20:59:58
Message-ID: 20151106205958.GA1734@granicus.if.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Nov 06, 2015 at 02:16:41PM -0500, Tom Lane wrote:
> Uh, what? It's not by any means turned off by default.
>
> postgres=# select name,setting from pg_settings where name like '%geqo%';
> name | setting
> ---------------------+---------
> geqo | on

[snip]

My day to make a fool of myself in public I guess. You're right of
course. I can only plead distraction by having too many projects in
mind at once and not focusing properly. Sorry for taking up your time
on things I should have checked better.

> I'm inclined to think that removing all the ifdefd-out-by-default logic
> would be a fine thing to do, though.

I'll work up a patch.

--
nw

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gavin Flower 2015-11-06 21:08:23 Re: patch for geqo tweaks
Previous Message Robert Haas 2015-11-06 20:59:36 Re: Patch: Implement failover on libpq connect level.