[COMMITTERS] pgsql: logical decoding: fix decoding of a commit's commit time.

2016-03-02 Thread Andres Freund
logical decoding: fix decoding of a commit's commit time. When adding replication origins in 5aa235042, I somehow managed to set the timestamp of decoded transactions to InvalidXLogRecptr when decoding one made without a replication origin. Fix that, and the wrong type of the new commit_time varia

[COMMITTERS] pgsql: logical decoding: fix decoding of a commit's commit time.

2016-03-02 Thread Andres Freund
logical decoding: fix decoding of a commit's commit time. When adding replication origins in 5aa235042, I somehow managed to set the timestamp of decoded transactions to InvalidXLogRecptr when decoding one made without a replication origin. Fix that, and the wrong type of the new commit_time varia