[Firebird-devel] [FB-Tracker] Created: (CORE-5677) Dirty RDB$PAGES after an error after phase 3 of create_relation

2017-12-06 Thread Roman Simakov (JIRA)
Dirty RDB$PAGES after an error after phase 3 of create_relation --- Key: CORE-5677 URL: http://tracker.firebirdsql.org/browse/CORE-5677 Project: Firebird Core Issue Type: Bug

Re: [Firebird-devel] Double in clumplets

2017-12-06 Thread Dimitry Sibiryakov
06.12.2017 9:45, Alex Peshkoff via Firebird-devel wrote: Sooner of all due to historical reasons - see xdr_double. According to wiki https://en.wikipedia.org/wiki/Double-precision_floating-point_format double is stored as two independent 32 bit pieces on some ARM architectures while on most

Re: [Firebird-devel] Double in clumplets

2017-12-06 Thread Alex Peshkoff via Firebird-devel
On 12/06/17 00:04, Dimitry Sibiryakov wrote: Hello, All.   Can someone explain why double in clumplets is handled as two LONGs, instead of single INT64? Sooner of all due to historical reasons - see xdr_double. And compare it in master and FB1.0. --