<b>5.0.4.1737</b>
Dmitry Yemanov 2025.12.03 05:35:56
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.

Changed paths:
  M src/burp/backup.epp
  M src/burp/restore.epp