From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
---|---|
To: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com>, Corey Huinker <corey(dot)huinker(at)gmail(dot)com>, Guillaume Lelarge <guillaume(at)lelarge(dot)info>, PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: custom function for converting human readable sizes to bytes |
Date: | 2015-11-30 17:30:18 |
Message-ID: | CAFj8pRCd6We3TQMR0VbCN98wF0P3O3H6NaU4BTaosWcj443Qjw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi
> 2. using independent implementation - there is some redundant code, but we
> can support duble insted int, and we can support some additional units.
>
new patch is based on own implementation - use numeric/bigint calculations
+ regress tests and doc
Regards
Pavel
Attachment | Content-Type | Size |
---|---|---|
pg-size-bytes-01.patch | text/x-patch | 8.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2015-11-30 17:35:38 | Re: [patch] Proposal for \rotate in psql |
Previous Message | Robert Haas | 2015-11-30 17:26:21 | Re: parallel joins, and better parallel explain |