aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2012-11-07 18:59:12 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2012-11-07 19:09:13 +0200
commitadd6c3179a4d4fa3e62dd3e86a00f23303336bac (patch)
tree33503e16f48899a0d5faf4645863ad0b6cf2cbaf /src/backend/access/gist
parented5699dd1b883e193930448b7ad532e233de0bd7 (diff)
downloadpostgresql-add6c3179a4d4fa3e62dd3e86a00f23303336bac.tar.gz
postgresql-add6c3179a4d4fa3e62dd3e86a00f23303336bac.zip
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.
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions