From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
---|---|
To: | Greg Stark <stark(at)mit(dot)edu> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: pg_get_viewdefs() indentation considered harmful |
Date: | 2014-01-25 02:18:45 |
Message-ID: | CA+TgmoYX=KSZ1gBNC1QMq1h8N3OEqBV=ykqXOpogrzr2pcUkfQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, Jan 24, 2014 at 8:53 PM, Greg Stark <stark(at)mit(dot)edu> wrote:
> On Fri, Jan 24, 2014 at 8:49 PM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
>> On Fri, Jan 24, 2014 at 6:54 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>>> Greg Stark <stark(at)mit(dot)edu> writes:
>>>> We're finding it more and more common for people to define partitioned
>>>> table views with hundreds or thousands of union branches.
>>>
>>> Really? Given how poorly the system performs with that many inheritance
>>> children, I've got a hard time believing either that this is common or
>>> that ruleutils is your worst problem with it.
>>
>> Doesn't make it a bad idea to fix it. You may need hundreds or
>> thousands of union branches for this to totally break the world, but
>> you only need about five for it to be annoying.
>
> Indeed even aside from the performance questions, once you're indented
> 5-10 times the indention stops being useful at all. The query would
> probably be even more readable if we just made indentation modulo 40
> so once you get too far indented it "wraps around" which is not unlike
> how humans actually indent things in this case.
Ha! That seems a little crazy, but *capping* the indentation at some
reasonable value might not be dumb.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From | Date | Subject | |
---|---|---|---|
Next Message | Florian Pflug | 2014-01-25 02:21:33 | Re: [PATCH] Negative Transition Aggregate Functions (WIP) |
Previous Message | Robert Haas | 2014-01-25 02:17:47 | Re: extension_control_path |