|
From: Dmitry Y. <no...@gi...> - 2025-11-29 07:42:47
|
Branch: refs/heads/work/burp-record-layout Home: https://github.com/FirebirdSQL/firebird Commit: 67fa3b6c6257e26079f82d9e72d7a87c94fd7d88 https://github.com/FirebirdSQL/firebird/commit/67fa3b6c6257e26079f82d9e72d7a87c94fd7d88 Author: Dmitry Yemanov <dye...@us...> Date: 2025-11-29 (Sat, 29 Nov 2025) Changed paths: M src/burp/backup.epp Log Message: ----------- Add new 128-bit types to the record layout optimization attempted by gbak Commit: 52db7fe8bcdb63842970cb673229b0468931f48d https://github.com/FirebirdSQL/firebird/commit/52db7fe8bcdb63842970cb673229b0468931f48d Author: Dmitry Yemanov <dye...@us...> Date: 2025-11-29 (Sat, 29 Nov 2025) Changed paths: M src/burp/restore.epp Log Message: ----------- 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. Compare: https://github.com/FirebirdSQL/firebird/compare/67fa3b6c6257%5E...52db7fe8bcdb To unsubscribe from these emails, change your notification settings at https://github.com/FirebirdSQL/firebird/settings/notifications |