Allow tools like pg_receivexlog to run on computers with different architectures (Heikki Linnakangas)
WAL files can still only be replayed on servers with the same architecture as the primary; but they can now be transmitted to and stored on machines of any architecture, since the streaming replication protocol is now machine-independent.
Les fichiers WAL sont dépendant de la machine, mais le protocol de streaming est indépendant donc j'imagine que le 32/64 bits est pris en charge.
[^] # Re: Reconstruction d’un serveur secondaire uniquement via streaming
Posté par EdB . En réponse à la dépêche PostgreSQL 9.3. Évalué à 5.
Pour la première question :
http://michael.otacoo.com/postgresql-2/postgres-9-3-feature-highlight-timeline-switch-of-slave-node-without-archives/
Je pense que ce qui répond à ta 2ième question est ce passage :
http://www.postgresql.org/docs/9.3/static/release-9-3.html : E.1.3.2. Replication and Recovery
Allow tools like pg_receivexlog to run on computers with different architectures (Heikki Linnakangas)
WAL files can still only be replayed on servers with the same architecture as the primary; but they can now be transmitted to and stored on machines of any architecture, since the streaming replication protocol is now machine-independent.
Les fichiers WAL sont dépendant de la machine, mais le protocol de streaming est indépendant donc j'imagine que le 32/64 bits est pris en charge.