• H
    Make the streaming replication protocol messages architecture-independent. · add6c317
    Heikki Linnakangas 提交于
    We used to send structs wrapped in CopyData messages, which works as long as
    the client and server agree on things like endianess, timestamp format and
    alignment. That's good enough for running a standby server, which has to run
    on the same platform anyway, but it's useful for tools like pg_receivexlog
    to work across platforms.
    
    This breaks protocol compatibility of streaming replication, but we never
    promised that to be compatible across versions, anyway.
    add6c317
protocol.sgml 124.8 KB