[COMMITTERS] pgsql: Dump sequence data based on the TableDataInfo flag

2017-01-19 Thread Stephen Frost
Dump sequence data based on the TableDataInfo flag When considering a sequence's Data entry in dumpSequenceData, we were actually looking at the sequence definition's dump flag to decide if we should dump the data or not. That's generally fine, except for when the sequence data entry was created

[COMMITTERS] pgsql: Dump sequence data based on the TableDataInfo flag

2017-01-19 Thread Stephen Frost
Dump sequence data based on the TableDataInfo flag When considering a sequence's Data entry in dumpSequenceData, we were actually looking at the sequence definition's dump flag to decide if we should dump the data or not. That's generally fine, except for when the sequence data entry was created