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
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
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.
--