git.postgresql.org Git - postgresql.git/commit
Wed, 7 Nov 2012 16:59:12 +0000 (18:59 +0200)
Wed, 7 Nov 2012 17:09:13 +0000 (19:09 +0200)
commit add6c3179a4d4fa3e62dd3e86a00f23303336bac
Make the streaming replication protocol messages architecture-independent.
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.
This is the main PostgreSQL git repository.
RSS
Atom