Hello, I have two doubts concerning gbak in v3:

1.- Should rdb$linger be stored in the backup?

2.- Is this a small bug?
        // TYPE relation attributes
        att_type_name = SERIES,
        att_type_type,
        att_type_field_name,
        att_type_description,
        att_type_system_flag,
        // Also see att_type_description2 below!

        // Filter attributes
        att_filter_name,
-> why is it not reset? I mean:
        att_filter_name = SERIES,

3.- We have this in restore for rdb$relation_fields:
case att_field_character_length:
        field->fld_character_length = (USHORT) get_numeric(tdgbl);
        break;

However, as the old comment indicates
SSHORT fld_character_length; // only assigned in restore.epp but never used.

Should we backup it?

C.
---
Claudio Valderrama C.
Consultant, SW developer.


------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to