|
From: Dmitry Y. <no...@gi...> - 2025-12-03 05:39:51
|
Branch: refs/heads/v5.0-release Home: https://github.com/FirebirdSQL/firebird Commit: a75ec4f6b8084a3bcee68b981268b5aaeeab3c92 https://github.com/FirebirdSQL/firebird/commit/a75ec4f6b8084a3bcee68b981268b5aaeeab3c92 Author: Dmitry Yemanov <dye...@us...> Date: 2025-12-03 (Wed, 03 Dec 2025) Changed paths: M src/burp/backup.epp M src/burp/restore.epp Log Message: ----------- Restore the broken record layout optimization by gbak and extend it to the new datatypes (#8815) * Add new 128-bit types to the record layout optimization attempted by gbak * Given the backup file already contains fields in the optimized order, insist on it and prevent the engine from generating field IDs in a different order. This restores the original record layout optimization accidentally broken by my commit #2ed48a6. To unsubscribe from these emails, change your notification settings at https://github.com/FirebirdSQL/firebird/settings/notifications |