Excerpts from Linas Virbalas's message of vie sep 23 09:47:20 -0300 2011: > On 9/23/11 12:05 PM, "Heikki Linnakangas" > <[email protected]> wrote:
> But on the standby its size is the old one (thus, it seems, that the size > changed after the rsync transfer and before the pg_stop_backup() was > called): > > ls -l pg_clog/ > total 8 > -rw------- 1 postgres postgres 8192 Sep 23 14:31 0000 Sounds like rsync is caching the file size at the start of the run, and then copying that many bytes, ignoring the growth that occurred after it started. -- Álvaro Herrera <[email protected]> The PostgreSQL Company - Command Prompt, Inc. PostgreSQL Replication, Consulting, Custom Development, 24x7 support -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
