Re: xlog location arithmetic
От | Robert Haas |
---|---|
Тема | Re: xlog location arithmetic |
Дата | |
Msg-id | CA+TgmoZ_7hFNWp3sWqODLhB2qSz4ZnFKd3tw5UCbOFf6ZjSj3g@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: xlog location arithmetic (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: xlog location arithmetic
|
Список | pgsql-hackers |
On Fri, Mar 9, 2012 at 9:37 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote: > Fujii Masao <masao.fujii@gmail.com> writes: >> Euler proposed one more patch upthread, which replaces pg_size_pretty(bigint) >> with pg_size_pretty(numeric) so that pg_size_pretty(pg_xlog_location_diff()) >> succeeds. It's also worth committing this patch? > > Why would it be useful to use pg_size_pretty on xlog locations? > -1 because of the large expense of bigint->numeric->whatever conversion > that would be added to existing uses. The point is that it would be useful to use it on the difference between two xlog locations, but that is a numeric value, not int8, because of signedness issues. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
В списке pgsql-hackers по дате отправления: