|
From: Dmitry Y. <no...@gi...> - 2025-12-03 05:27:47
|
Branch: refs/heads/master Home: https://github.com/FirebirdSQL/firebird Commit: 579ff5c7f67928e34e651839cc66b40b76792ee6 https://github.com/FirebirdSQL/firebird/commit/579ff5c7f67928e34e651839cc66b40b76792ee6 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 |