# Checking port 49386 # Found port 49386 Name: primary_local Data directory: /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_local_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_local_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_local_data/archives Connection string: port=49386 host=/tmp/EG8bijmrbj Log file: /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/log/002_databases_primary_local.log [02:11:29.687](0.049s) # initializing database system by running initdb # Running: initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_local_data/pgdata -A trust -N -g The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized with this locale configuration: locale provider: libc LC_COLLATE: C.UTF-8 LC_CTYPE: C.UTF-8 LC_MESSAGES: C LC_MONETARY: C.UTF-8 LC_NUMERIC: C.UTF-8 LC_TIME: C.UTF-8 The default database encoding has accordingly been set to "UTF8". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_local_data/pgdata ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... Etc/UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok Sync to disk skipped. The data directory might become corrupt if the operating system crashes. Success. You can now start the database server using: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_local_data/pgdata -l logfile start # Running: /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --config-auth /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_local_data/pgdata --create-role rewind_user ### Starting node "primary_local" # Running: pg_ctl -w -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_local_data/pgdata -l /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/log/002_databases_primary_local.log -o --cluster-name=primary_local start waiting for server to start.... done server started # Postmaster PID for node "primary_local" is 64804 # Running: psql -q --no-psqlrc -d port=49386 host=/tmp/EG8bijmrbj dbname='postgres' -c CREATE DATABASE inprimary # Running: psql -q --no-psqlrc -d port=49386 host=/tmp/EG8bijmrbj dbname='inprimary' -c CREATE TABLE inprimary_tab (a int) # Checking port 49387 # Found port 49387 Name: standby_local Data directory: /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_standby_local_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_standby_local_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_standby_local_data/archives Connection string: port=49387 host=/tmp/EG8bijmrbj Log file: /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/log/002_databases_standby_local.log # Taking pg_basebackup my_backup from node "primary_local" # Running: pg_basebackup -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_local_data/backup/my_backup -h /tmp/EG8bijmrbj -p 49386 --checkpoint fast --no-sync # Backup finished # Initializing node "standby_local" from backup "my_backup" of node "primary_local" ### Starting node "standby_local" # Running: pg_ctl -w -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_standby_local_data/pgdata -l /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/log/002_databases_standby_local.log -o --cluster-name=standby_local start waiting for server to start.... done server started # Postmaster PID for node "standby_local" is 64880 # Running: psql -q --no-psqlrc -d port=49386 host=/tmp/EG8bijmrbj dbname='postgres' -c CREATE DATABASE beforepromotion # Running: psql -q --no-psqlrc -d port=49386 host=/tmp/EG8bijmrbj dbname='beforepromotion' -c CREATE TABLE beforepromotion_tab (a int) Waiting for replication conn standby_local's write_lsn to pass 0/344BBF8 on primary_local done ### Promoting node "standby_local" # Running: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_standby_local_data/pgdata -l /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/log/002_databases_standby_local.log promote waiting for server to promote.... done server promoted # Running: psql -q --no-psqlrc -d port=49386 host=/tmp/EG8bijmrbj dbname='postgres' -c CREATE DATABASE primary_afterpromotion # Running: psql -q --no-psqlrc -d port=49386 host=/tmp/EG8bijmrbj dbname='primary_afterpromotion' -c CREATE TABLE primary_promotion_tab (a int) # Running: psql -q --no-psqlrc -d port=49387 host=/tmp/EG8bijmrbj dbname='postgres' -c CREATE DATABASE standby_afterpromotion # Running: psql -q --no-psqlrc -d port=49387 host=/tmp/EG8bijmrbj dbname='standby_afterpromotion' -c CREATE TABLE standby_promotion_tab (a int) ### Stopping node "primary_local" using mode immediate # Running: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_local_data/pgdata -m immediate stop waiting for server to shut down.... done server stopped # No postmaster PID for node "primary_local" ### Stopping node "standby_local" using mode fast # Running: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_standby_local_data/pgdata -m fast stop waiting for server to shut down.... done server stopped # No postmaster PID for node "standby_local" # Running: pg_rewind --debug --source-pgdata=/tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_standby_local_data/pgdata --target-pgdata=/tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_local_data/pgdata --no-sync --config-file /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/tmp_test_eMIg/primary-postgresql.conf.tmp pg_rewind: executing "/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres" for target server to complete crash recovery 2024-03-20 02:11:32.087 UTC [65009][standalone backend] LOG: database system was interrupted; last known up at 2024-03-20 02:11:31 UTC 2024-03-20 02:11:32.087 UTC [65009][standalone backend] LOG: database system was not properly shut down; automatic recovery in progress 2024-03-20 02:11:32.088 UTC [65009][standalone backend] LOG: redo starts at 0/2000028 2024-03-20 02:11:32.106 UTC [65009][standalone backend] LOG: invalid record length at 0/38984D0: expected at least 24, got 0 2024-03-20 02:11:32.106 UTC [65009][standalone backend] LOG: redo done at 0/3898338 system usage: CPU: user: 0.01 s, system: 0.00 s, elapsed: 0.01 s 2024-03-20 02:11:32.107 UTC [65009][standalone backend] LOG: checkpoint starting: end-of-recovery immediate wait 2024-03-20 02:11:32.108 UTC [65009][standalone backend] LOG: checkpoint complete: wrote 127 buffers (99.2%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.001 s; sync files=0, longest=0.000 s, average=0.000 s; distance=25185 kB, estimate=25185 kB; lsn=0/38984D0, redo lsn=0/38984D0 PostgreSQL stand-alone backend 17devel backend> 2024-03-20 02:11:32.113 UTC [65009][standalone backend] LOG: checkpoint starting: shutdown immediate 2024-03-20 02:11:32.113 UTC [65009][standalone backend] LOG: checkpoint complete: wrote 1 buffers (0.8%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.001 s; sync files=0, longest=0.000 s, average=0.000 s; distance=1 kB, estimate=22666 kB; lsn=0/3898988, redo lsn=0/3898988 pg_rewind: Source timeline history: pg_rewind: Target timeline history: pg_rewind: 1: 0/0 - 0/0 pg_rewind: servers diverged at WAL location 0/344BBF8 on timeline 1 pg_rewind: rewinding from last common checkpoint at 0/2000080 on timeline 1 pg_rewind: entry "base/24576/pg_internal.init" excluded from source file list pg_rewind: entry "global/pg_internal.init" excluded from source file list pg_rewind: entry "base/1/pg_internal.init" excluded from source file list pg_rewind: entry "base/5/pg_internal.init" excluded from source file list pg_rewind: entry "postmaster.opts" excluded from source file list pg_rewind: entry "pg_subtrans/0000" excluded from source file list pg_rewind: entry "backup_manifest" excluded from source file list pg_rewind: base/24576 (CREATE) pg_rewind: backup_label.old (COPY) pg_rewind: base/1/1247_fsm (COPY) pg_rewind: base/1/1247_vm (COPY) pg_rewind: base/1/1249_fsm (COPY) pg_rewind: base/1/1249_vm (COPY) pg_rewind: base/1/1255_fsm (COPY) pg_rewind: base/1/1255_vm (COPY) pg_rewind: base/1/1259_fsm (COPY) pg_rewind: base/1/1259_vm (COPY) pg_rewind: base/1/14024_fsm (COPY) pg_rewind: base/1/14024_vm (COPY) pg_rewind: base/1/14029_fsm (COPY) pg_rewind: base/1/14029_vm (COPY) pg_rewind: base/1/14034_fsm (COPY) pg_rewind: base/1/14034_vm (COPY) pg_rewind: base/1/14039_fsm (COPY) pg_rewind: base/1/14039_vm (COPY) pg_rewind: base/1/2600_fsm (COPY) pg_rewind: base/1/2600_vm (COPY) pg_rewind: base/1/2601_fsm (COPY) pg_rewind: base/1/2601_vm (COPY) pg_rewind: base/1/2602_fsm (COPY) pg_rewind: base/1/2602_vm (COPY) pg_rewind: base/1/2603_fsm (COPY) pg_rewind: base/1/2603_vm (COPY) pg_rewind: base/1/2605_fsm (COPY) pg_rewind: base/1/2605_vm (COPY) pg_rewind: base/1/2606_fsm (COPY) pg_rewind: base/1/2606_vm (COPY) pg_rewind: base/1/2607_fsm (COPY) pg_rewind: base/1/2607_vm (COPY) pg_rewind: base/1/2608_fsm (COPY) pg_rewind: base/1/2608_vm (COPY) pg_rewind: base/1/2609_fsm (COPY) pg_rewind: base/1/2609_vm (COPY) pg_rewind: base/1/2610_fsm (COPY) pg_rewind: base/1/2610_vm (COPY) pg_rewind: base/1/2612_fsm (COPY) pg_rewind: base/1/2612_vm (COPY) pg_rewind: base/1/2615_fsm (COPY) pg_rewind: base/1/2615_vm (COPY) pg_rewind: base/1/2616_fsm (COPY) pg_rewind: base/1/2616_vm (COPY) pg_rewind: base/1/2617_fsm (COPY) pg_rewind: base/1/2617_vm (COPY) pg_rewind: base/1/2618_fsm (COPY) pg_rewind: base/1/2618_vm (COPY) pg_rewind: base/1/2619_fsm (COPY) pg_rewind: base/1/2619_vm (COPY) pg_rewind: base/1/2753_fsm (COPY) pg_rewind: base/1/2753_vm (COPY) pg_rewind: base/1/2836_fsm (COPY) pg_rewind: base/1/2836_vm (COPY) pg_rewind: base/1/2838_fsm (COPY) pg_rewind: base/1/2838_vm (COPY) pg_rewind: base/1/2840_fsm (COPY) pg_rewind: base/1/2840_vm (COPY) pg_rewind: base/1/3079_fsm (COPY) pg_rewind: base/1/3079_vm (COPY) pg_rewind: base/1/3394_fsm (COPY) pg_rewind: base/1/3394_vm (COPY) pg_rewind: base/1/3456_fsm (COPY) pg_rewind: base/1/3456_vm (COPY) pg_rewind: base/1/3541_fsm (COPY) pg_rewind: base/1/3541_vm (COPY) pg_rewind: base/1/3600_fsm (COPY) pg_rewind: base/1/3600_vm (COPY) pg_rewind: base/1/3601_fsm (COPY) pg_rewind: base/1/3601_vm (COPY) pg_rewind: base/1/3602_fsm (COPY) pg_rewind: base/1/3602_vm (COPY) pg_rewind: base/1/3603_fsm (COPY) pg_rewind: base/1/3603_vm (COPY) pg_rewind: base/1/3764_fsm (COPY) pg_rewind: base/1/3764_vm (COPY) pg_rewind: base/1/pg_filenode.map (COPY) pg_rewind: base/16385/1247_fsm (COPY) pg_rewind: base/16385/1247_vm (COPY) pg_rewind: base/16385/1249_fsm (COPY) pg_rewind: base/16385/1249_vm (COPY) pg_rewind: base/16385/1255_fsm (COPY) pg_rewind: base/16385/1255_vm (COPY) pg_rewind: base/16385/1259_fsm (COPY) pg_rewind: base/16385/1259_vm (COPY) pg_rewind: base/16385/14024_fsm (COPY) pg_rewind: base/16385/14024_vm (COPY) pg_rewind: base/16385/14029_fsm (COPY) pg_rewind: base/16385/14029_vm (COPY) pg_rewind: base/16385/14034_fsm (COPY) pg_rewind: base/16385/14034_vm (COPY) pg_rewind: base/16385/14039_fsm (COPY) pg_rewind: base/16385/14039_vm (COPY) pg_rewind: base/16385/2600_fsm (COPY) pg_rewind: base/16385/2600_vm (COPY) pg_rewind: base/16385/2601_fsm (COPY) pg_rewind: base/16385/2601_vm (COPY) pg_rewind: base/16385/2602_fsm (COPY) pg_rewind: base/16385/2602_vm (COPY) pg_rewind: base/16385/2603_fsm (COPY) pg_rewind: base/16385/2603_vm (COPY) pg_rewind: base/16385/2605_fsm (COPY) pg_rewind: base/16385/2605_vm (COPY) pg_rewind: base/16385/2606_fsm (COPY) pg_rewind: base/16385/2606_vm (COPY) pg_rewind: base/16385/2607_fsm (COPY) pg_rewind: base/16385/2607_vm (COPY) pg_rewind: base/16385/2608_fsm (COPY) pg_rewind: base/16385/2608_vm (COPY) pg_rewind: base/16385/2609_fsm (COPY) pg_rewind: base/16385/2609_vm (COPY) pg_rewind: base/16385/2610_fsm (COPY) pg_rewind: base/16385/2610_vm (COPY) pg_rewind: base/16385/2612_fsm (COPY) pg_rewind: base/16385/2612_vm (COPY) pg_rewind: base/16385/2615_fsm (COPY) pg_rewind: base/16385/2615_vm (COPY) pg_rewind: base/16385/2616_fsm (COPY) pg_rewind: base/16385/2616_vm (COPY) pg_rewind: base/16385/2617_fsm (COPY) pg_rewind: base/16385/2617_vm (COPY) pg_rewind: base/16385/2618_fsm (COPY) pg_rewind: base/16385/2618_vm (COPY) pg_rewind: base/16385/2619_fsm (COPY) pg_rewind: base/16385/2619_vm (COPY) pg_rewind: base/16385/2753_fsm (COPY) pg_rewind: base/16385/2753_vm (COPY) pg_rewind: base/16385/2836_fsm (COPY) pg_rewind: base/16385/2836_vm (COPY) pg_rewind: base/16385/2838_fsm (COPY) pg_rewind: base/16385/2838_vm (COPY) pg_rewind: base/16385/2840_fsm (COPY) pg_rewind: base/16385/2840_vm (COPY) pg_rewind: base/16385/3079_fsm (COPY) pg_rewind: base/16385/3079_vm (COPY) pg_rewind: base/16385/3394_fsm (COPY) pg_rewind: base/16385/3394_vm (COPY) pg_rewind: base/16385/3456_fsm (COPY) pg_rewind: base/16385/3456_vm (COPY) pg_rewind: base/16385/3541_fsm (COPY) pg_rewind: base/16385/3541_vm (COPY) pg_rewind: base/16385/3600_fsm (COPY) pg_rewind: base/16385/3600_vm (COPY) pg_rewind: base/16385/3601_fsm (COPY) pg_rewind: base/16385/3601_vm (COPY) pg_rewind: base/16385/3602_fsm (COPY) pg_rewind: base/16385/3602_vm (COPY) pg_rewind: base/16385/3603_fsm (COPY) pg_rewind: base/16385/3603_vm (COPY) pg_rewind: base/16385/3764_fsm (COPY) pg_rewind: base/16385/3764_vm (COPY) pg_rewind: base/16385/pg_filenode.map (COPY) pg_rewind: base/16389/1247_fsm (COPY) pg_rewind: base/16389/1247_vm (COPY) pg_rewind: base/16389/1249_fsm (COPY) pg_rewind: base/16389/1249_vm (COPY) pg_rewind: base/16389/1255_fsm (COPY) pg_rewind: base/16389/1255_vm (COPY) pg_rewind: base/16389/1259_fsm (COPY) pg_rewind: base/16389/1259_vm (COPY) pg_rewind: base/16389/14024_fsm (COPY) pg_rewind: base/16389/14024_vm (COPY) pg_rewind: base/16389/14029_fsm (COPY) pg_rewind: base/16389/14029_vm (COPY) pg_rewind: base/16389/14034_fsm (COPY) pg_rewind: base/16389/14034_vm (COPY) pg_rewind: base/16389/14039_fsm (COPY) pg_rewind: base/16389/14039_vm (COPY) pg_rewind: base/16389/2600_fsm (COPY) pg_rewind: base/16389/2600_vm (COPY) pg_rewind: base/16389/2601_fsm (COPY) pg_rewind: base/16389/2601_vm (COPY) pg_rewind: base/16389/2602_fsm (COPY) pg_rewind: base/16389/2602_vm (COPY) pg_rewind: base/16389/2603_fsm (COPY) pg_rewind: base/16389/2603_vm (COPY) pg_rewind: base/16389/2605_fsm (COPY) pg_rewind: base/16389/2605_vm (COPY) pg_rewind: base/16389/2606_fsm (COPY) pg_rewind: base/16389/2606_vm (COPY) pg_rewind: base/16389/2607_fsm (COPY) pg_rewind: base/16389/2607_vm (COPY) pg_rewind: base/16389/2608_fsm (COPY) pg_rewind: base/16389/2608_vm (COPY) pg_rewind: base/16389/2609_fsm (COPY) pg_rewind: base/16389/2609_vm (COPY) pg_rewind: base/16389/2610_fsm (COPY) pg_rewind: base/16389/2610_vm (COPY) pg_rewind: base/16389/2612_fsm (COPY) pg_rewind: base/16389/2612_vm (COPY) pg_rewind: base/16389/2615_fsm (COPY) pg_rewind: base/16389/2615_vm (COPY) pg_rewind: base/16389/2616_fsm (COPY) pg_rewind: base/16389/2616_vm (COPY) pg_rewind: base/16389/2617_fsm (COPY) pg_rewind: base/16389/2617_vm (COPY) pg_rewind: base/16389/2618_fsm (COPY) pg_rewind: base/16389/2618_vm (COPY) pg_rewind: base/16389/2619_fsm (COPY) pg_rewind: base/16389/2619_vm (COPY) pg_rewind: base/16389/2753_fsm (COPY) pg_rewind: base/16389/2753_vm (COPY) pg_rewind: base/16389/2836_fsm (COPY) pg_rewind: base/16389/2836_vm (COPY) pg_rewind: base/16389/2838_fsm (COPY) pg_rewind: base/16389/2838_vm (COPY) pg_rewind: base/16389/2840_fsm (COPY) pg_rewind: base/16389/2840_vm (COPY) pg_rewind: base/16389/3079_fsm (COPY) pg_rewind: base/16389/3079_vm (COPY) pg_rewind: base/16389/3394_fsm (COPY) pg_rewind: base/16389/3394_vm (COPY) pg_rewind: base/16389/3456_fsm (COPY) pg_rewind: base/16389/3456_vm (COPY) pg_rewind: base/16389/3541_fsm (COPY) pg_rewind: base/16389/3541_vm (COPY) pg_rewind: base/16389/3600_fsm (COPY) pg_rewind: base/16389/3600_vm (COPY) pg_rewind: base/16389/3601_fsm (COPY) pg_rewind: base/16389/3601_vm (COPY) pg_rewind: base/16389/3602_fsm (COPY) pg_rewind: base/16389/3602_vm (COPY) pg_rewind: base/16389/3603_fsm (COPY) pg_rewind: base/16389/3603_vm (COPY) pg_rewind: base/16389/3764_fsm (COPY) pg_rewind: base/16389/3764_vm (COPY) pg_rewind: base/16389/pg_filenode.map (COPY) pg_rewind: base/24576/112 (COPY) pg_rewind: base/24576/113 (COPY) pg_rewind: base/24576/1247 (COPY) pg_rewind: base/24576/1247_fsm (COPY) pg_rewind: base/24576/1247_vm (COPY) pg_rewind: base/24576/1249 (COPY) pg_rewind: base/24576/1249_fsm (COPY) pg_rewind: base/24576/1249_vm (COPY) pg_rewind: base/24576/1255 (COPY) pg_rewind: base/24576/1255_fsm (COPY) pg_rewind: base/24576/1255_vm (COPY) pg_rewind: base/24576/1259 (COPY) pg_rewind: base/24576/1259_fsm (COPY) pg_rewind: base/24576/1259_vm (COPY) pg_rewind: base/24576/14024 (COPY) pg_rewind: base/24576/14024_fsm (COPY) pg_rewind: base/24576/14024_vm (COPY) pg_rewind: base/24576/14027 (COPY) pg_rewind: base/24576/14028 (COPY) pg_rewind: base/24576/14029 (COPY) pg_rewind: base/24576/14029_fsm (COPY) pg_rewind: base/24576/14029_vm (COPY) pg_rewind: base/24576/14032 (COPY) pg_rewind: base/24576/14033 (COPY) pg_rewind: base/24576/14034 (COPY) pg_rewind: base/24576/14034_fsm (COPY) pg_rewind: base/24576/14034_vm (COPY) pg_rewind: base/24576/14037 (COPY) pg_rewind: base/24576/14038 (COPY) pg_rewind: base/24576/14039 (COPY) pg_rewind: base/24576/14039_fsm (COPY) pg_rewind: base/24576/14039_vm (COPY) pg_rewind: base/24576/14042 (COPY) pg_rewind: base/24576/14043 (COPY) pg_rewind: base/24576/1417 (COPY) pg_rewind: base/24576/1418 (COPY) pg_rewind: base/24576/174 (COPY) pg_rewind: base/24576/175 (COPY) pg_rewind: base/24576/2187 (COPY) pg_rewind: base/24576/2224 (COPY) pg_rewind: base/24576/2228 (COPY) pg_rewind: base/24576/2328 (COPY) pg_rewind: base/24576/2336 (COPY) pg_rewind: base/24576/2337 (COPY) pg_rewind: base/24576/24577 (COPY) pg_rewind: base/24576/2579 (COPY) pg_rewind: base/24576/2600 (COPY) pg_rewind: base/24576/2600_fsm (COPY) pg_rewind: base/24576/2600_vm (COPY) pg_rewind: base/24576/2601 (COPY) pg_rewind: base/24576/2601_fsm (COPY) pg_rewind: base/24576/2601_vm (COPY) pg_rewind: base/24576/2602 (COPY) pg_rewind: base/24576/2602_fsm (COPY) pg_rewind: base/24576/2602_vm (COPY) pg_rewind: base/24576/2603 (COPY) pg_rewind: base/24576/2603_fsm (COPY) pg_rewind: base/24576/2603_vm (COPY) pg_rewind: base/24576/2604 (COPY) pg_rewind: base/24576/2605 (COPY) pg_rewind: base/24576/2605_fsm (COPY) pg_rewind: base/24576/2605_vm (COPY) pg_rewind: base/24576/2606 (COPY) pg_rewind: base/24576/2606_fsm (COPY) pg_rewind: base/24576/2606_vm (COPY) pg_rewind: base/24576/2607 (COPY) pg_rewind: base/24576/2607_fsm (COPY) pg_rewind: base/24576/2607_vm (COPY) pg_rewind: base/24576/2608 (COPY) pg_rewind: base/24576/2608_fsm (COPY) pg_rewind: base/24576/2608_vm (COPY) pg_rewind: base/24576/2609 (COPY) pg_rewind: base/24576/2609_fsm (COPY) pg_rewind: base/24576/2609_vm (COPY) pg_rewind: base/24576/2610 (COPY) pg_rewind: base/24576/2610_fsm (COPY) pg_rewind: base/24576/2610_vm (COPY) pg_rewind: base/24576/2611 (COPY) pg_rewind: base/24576/2612 (COPY) pg_rewind: base/24576/2612_fsm (COPY) pg_rewind: base/24576/2612_vm (COPY) pg_rewind: base/24576/2613 (COPY) pg_rewind: base/24576/2615 (COPY) pg_rewind: base/24576/2615_fsm (COPY) pg_rewind: base/24576/2615_vm (COPY) pg_rewind: base/24576/2616 (COPY) pg_rewind: base/24576/2616_fsm (COPY) pg_rewind: base/24576/2616_vm (COPY) pg_rewind: base/24576/2617 (COPY) pg_rewind: base/24576/2617_fsm (COPY) pg_rewind: base/24576/2617_vm (COPY) pg_rewind: base/24576/2618 (COPY) pg_rewind: base/24576/2618_fsm (COPY) pg_rewind: base/24576/2618_vm (COPY) pg_rewind: base/24576/2619 (COPY) pg_rewind: base/24576/2619_fsm (COPY) pg_rewind: base/24576/2619_vm (COPY) pg_rewind: base/24576/2620 (COPY) pg_rewind: base/24576/2650 (COPY) pg_rewind: base/24576/2651 (COPY) pg_rewind: base/24576/2652 (COPY) pg_rewind: base/24576/2653 (COPY) pg_rewind: base/24576/2654 (COPY) pg_rewind: base/24576/2655 (COPY) pg_rewind: base/24576/2656 (COPY) pg_rewind: base/24576/2657 (COPY) pg_rewind: base/24576/2658 (COPY) pg_rewind: base/24576/2659 (COPY) pg_rewind: base/24576/2660 (COPY) pg_rewind: base/24576/2661 (COPY) pg_rewind: base/24576/2662 (COPY) pg_rewind: base/24576/2663 (COPY) pg_rewind: base/24576/2664 (COPY) pg_rewind: base/24576/2665 (COPY) pg_rewind: base/24576/2666 (COPY) pg_rewind: base/24576/2667 (COPY) pg_rewind: base/24576/2668 (COPY) pg_rewind: base/24576/2669 (COPY) pg_rewind: base/24576/2670 (COPY) pg_rewind: base/24576/2673 (COPY) pg_rewind: base/24576/2674 (COPY) pg_rewind: base/24576/2675 (COPY) pg_rewind: base/24576/2678 (COPY) pg_rewind: base/24576/2679 (COPY) pg_rewind: base/24576/2680 (COPY) pg_rewind: base/24576/2681 (COPY) pg_rewind: base/24576/2682 (COPY) pg_rewind: base/24576/2683 (COPY) pg_rewind: base/24576/2684 (COPY) pg_rewind: base/24576/2685 (COPY) pg_rewind: base/24576/2686 (COPY) pg_rewind: base/24576/2687 (COPY) pg_rewind: base/24576/2688 (COPY) pg_rewind: base/24576/2689 (COPY) pg_rewind: base/24576/2690 (COPY) pg_rewind: base/24576/2691 (COPY) pg_rewind: base/24576/2692 (COPY) pg_rewind: base/24576/2693 (COPY) pg_rewind: base/24576/2696 (COPY) pg_rewind: base/24576/2699 (COPY) pg_rewind: base/24576/2701 (COPY) pg_rewind: base/24576/2702 (COPY) pg_rewind: base/24576/2703 (COPY) pg_rewind: base/24576/2704 (COPY) pg_rewind: base/24576/2753 (COPY) pg_rewind: base/24576/2753_fsm (COPY) pg_rewind: base/24576/2753_vm (COPY) pg_rewind: base/24576/2754 (COPY) pg_rewind: base/24576/2755 (COPY) pg_rewind: base/24576/2756 (COPY) pg_rewind: base/24576/2757 (COPY) pg_rewind: base/24576/2830 (COPY) pg_rewind: base/24576/2831 (COPY) pg_rewind: base/24576/2832 (COPY) pg_rewind: base/24576/2833 (COPY) pg_rewind: base/24576/2834 (COPY) pg_rewind: base/24576/2835 (COPY) pg_rewind: base/24576/2836 (COPY) pg_rewind: base/24576/2836_fsm (COPY) pg_rewind: base/24576/2836_vm (COPY) pg_rewind: base/24576/2837 (COPY) pg_rewind: base/24576/2838 (COPY) pg_rewind: base/24576/2838_fsm (COPY) pg_rewind: base/24576/2838_vm (COPY) pg_rewind: base/24576/2839 (COPY) pg_rewind: base/24576/2840 (COPY) pg_rewind: base/24576/2840_fsm (COPY) pg_rewind: base/24576/2840_vm (COPY) pg_rewind: base/24576/2841 (COPY) pg_rewind: base/24576/2995 (COPY) pg_rewind: base/24576/2996 (COPY) pg_rewind: base/24576/3079 (COPY) pg_rewind: base/24576/3079_fsm (COPY) pg_rewind: base/24576/3079_vm (COPY) pg_rewind: base/24576/3080 (COPY) pg_rewind: base/24576/3081 (COPY) pg_rewind: base/24576/3085 (COPY) pg_rewind: base/24576/3118 (COPY) pg_rewind: base/24576/3119 (COPY) pg_rewind: base/24576/3164 (COPY) pg_rewind: base/24576/3256 (COPY) pg_rewind: base/24576/3257 (COPY) pg_rewind: base/24576/3258 (COPY) pg_rewind: base/24576/3350 (COPY) pg_rewind: base/24576/3351 (COPY) pg_rewind: base/24576/3379 (COPY) pg_rewind: base/24576/3380 (COPY) pg_rewind: base/24576/3381 (COPY) pg_rewind: base/24576/3394 (COPY) pg_rewind: base/24576/3394_fsm (COPY) pg_rewind: base/24576/3394_vm (COPY) pg_rewind: base/24576/3395 (COPY) pg_rewind: base/24576/3429 (COPY) pg_rewind: base/24576/3430 (COPY) pg_rewind: base/24576/3431 (COPY) pg_rewind: base/24576/3433 (COPY) pg_rewind: base/24576/3439 (COPY) pg_rewind: base/24576/3440 (COPY) pg_rewind: base/24576/3455 (COPY) pg_rewind: base/24576/3456 (COPY) pg_rewind: base/24576/3456_fsm (COPY) pg_rewind: base/24576/3456_vm (COPY) pg_rewind: base/24576/3466 (COPY) pg_rewind: base/24576/3467 (COPY) pg_rewind: base/24576/3468 (COPY) pg_rewind: base/24576/3501 (COPY) pg_rewind: base/24576/3502 (COPY) pg_rewind: base/24576/3503 (COPY) pg_rewind: base/24576/3534 (COPY) pg_rewind: base/24576/3541 (COPY) pg_rewind: base/24576/3541_fsm (COPY) pg_rewind: base/24576/3541_vm (COPY) pg_rewind: base/24576/3542 (COPY) pg_rewind: base/24576/3574 (COPY) pg_rewind: base/24576/3575 (COPY) pg_rewind: base/24576/3576 (COPY) pg_rewind: base/24576/3596 (COPY) pg_rewind: base/24576/3597 (COPY) pg_rewind: base/24576/3598 (COPY) pg_rewind: base/24576/3599 (COPY) pg_rewind: base/24576/3600 (COPY) pg_rewind: base/24576/3600_fsm (COPY) pg_rewind: base/24576/3600_vm (COPY) pg_rewind: base/24576/3601 (COPY) pg_rewind: base/24576/3601_fsm (COPY) pg_rewind: base/24576/3601_vm (COPY) pg_rewind: base/24576/3602 (COPY) pg_rewind: base/24576/3602_fsm (COPY) pg_rewind: base/24576/3602_vm (COPY) pg_rewind: base/24576/3603 (COPY) pg_rewind: base/24576/3603_fsm (COPY) pg_rewind: base/24576/3603_vm (COPY) pg_rewind: base/24576/3604 (COPY) pg_rewind: base/24576/3605 (COPY) pg_rewind: base/24576/3606 (COPY) pg_rewind: base/24576/3607 (COPY) pg_rewind: base/24576/3608 (COPY) pg_rewind: base/24576/3609 (COPY) pg_rewind: base/24576/3712 (COPY) pg_rewind: base/24576/3764 (COPY) pg_rewind: base/24576/3764_fsm (COPY) pg_rewind: base/24576/3764_vm (COPY) pg_rewind: base/24576/3766 (COPY) pg_rewind: base/24576/3767 (COPY) pg_rewind: base/24576/3997 (COPY) pg_rewind: base/24576/4143 (COPY) pg_rewind: base/24576/4144 (COPY) pg_rewind: base/24576/4145 (COPY) pg_rewind: base/24576/4146 (COPY) pg_rewind: base/24576/4147 (COPY) pg_rewind: base/24576/4148 (COPY) pg_rewind: base/24576/4149 (COPY) pg_rewind: base/24576/4150 (COPY) pg_rewind: base/24576/4151 (COPY) pg_rewind: base/24576/4152 (COPY) pg_rewind: base/24576/4153 (COPY) pg_rewind: base/24576/4154 (COPY) pg_rewind: base/24576/4155 (COPY) pg_rewind: base/24576/4156 (COPY) pg_rewind: base/24576/4157 (COPY) pg_rewind: base/24576/4158 (COPY) pg_rewind: base/24576/4159 (COPY) pg_rewind: base/24576/4160 (COPY) pg_rewind: base/24576/4163 (COPY) pg_rewind: base/24576/4164 (COPY) pg_rewind: base/24576/4165 (COPY) pg_rewind: base/24576/4166 (COPY) pg_rewind: base/24576/4167 (COPY) pg_rewind: base/24576/4168 (COPY) pg_rewind: base/24576/4169 (COPY) pg_rewind: base/24576/4170 (COPY) pg_rewind: base/24576/4171 (COPY) pg_rewind: base/24576/4172 (COPY) pg_rewind: base/24576/4173 (COPY) pg_rewind: base/24576/4174 (COPY) pg_rewind: base/24576/5002 (COPY) pg_rewind: base/24576/548 (COPY) pg_rewind: base/24576/549 (COPY) pg_rewind: base/24576/6102 (COPY) pg_rewind: base/24576/6104 (COPY) pg_rewind: base/24576/6106 (COPY) pg_rewind: base/24576/6110 (COPY) pg_rewind: base/24576/6111 (COPY) pg_rewind: base/24576/6112 (COPY) pg_rewind: base/24576/6113 (COPY) pg_rewind: base/24576/6116 (COPY) pg_rewind: base/24576/6117 (COPY) pg_rewind: base/24576/6175 (COPY) pg_rewind: base/24576/6176 (COPY) pg_rewind: base/24576/6228 (COPY) pg_rewind: base/24576/6229 (COPY) pg_rewind: base/24576/6237 (COPY) pg_rewind: base/24576/6238 (COPY) pg_rewind: base/24576/6239 (COPY) pg_rewind: base/24576/826 (COPY) pg_rewind: base/24576/827 (COPY) pg_rewind: base/24576/828 (COPY) pg_rewind: base/24576/PG_VERSION (COPY) pg_rewind: base/24576/pg_filenode.map (COPY) pg_rewind: base/4/1247_fsm (COPY) pg_rewind: base/4/1247_vm (COPY) pg_rewind: base/4/1249_fsm (COPY) pg_rewind: base/4/1249_vm (COPY) pg_rewind: base/4/1255_fsm (COPY) pg_rewind: base/4/1255_vm (COPY) pg_rewind: base/4/1259_fsm (COPY) pg_rewind: base/4/1259_vm (COPY) pg_rewind: base/4/14024_fsm (COPY) pg_rewind: base/4/14024_vm (COPY) pg_rewind: base/4/14029_fsm (COPY) pg_rewind: base/4/14029_vm (COPY) pg_rewind: base/4/14034_fsm (COPY) pg_rewind: base/4/14034_vm (COPY) pg_rewind: base/4/14039_fsm (COPY) pg_rewind: base/4/14039_vm (COPY) pg_rewind: base/4/2600_fsm (COPY) pg_rewind: base/4/2600_vm (COPY) pg_rewind: base/4/2601_fsm (COPY) pg_rewind: base/4/2601_vm (COPY) pg_rewind: base/4/2602_fsm (COPY) pg_rewind: base/4/2602_vm (COPY) pg_rewind: base/4/2603_fsm (COPY) pg_rewind: base/4/2603_vm (COPY) pg_rewind: base/4/2605_fsm (COPY) pg_rewind: base/4/2605_vm (COPY) pg_rewind: base/4/2606_fsm (COPY) pg_rewind: base/4/2606_vm (COPY) pg_rewind: base/4/2607_fsm (COPY) pg_rewind: base/4/2607_vm (COPY) pg_rewind: base/4/2608_fsm (COPY) pg_rewind: base/4/2608_vm (COPY) pg_rewind: base/4/2609_fsm (COPY) pg_rewind: base/4/2609_vm (COPY) pg_rewind: base/4/2610_fsm (COPY) pg_rewind: base/4/2610_vm (COPY) pg_rewind: base/4/2612_fsm (COPY) pg_rewind: base/4/2612_vm (COPY) pg_rewind: base/4/2615_fsm (COPY) pg_rewind: base/4/2615_vm (COPY) pg_rewind: base/4/2616_fsm (COPY) pg_rewind: base/4/2616_vm (COPY) pg_rewind: base/4/2617_fsm (COPY) pg_rewind: base/4/2617_vm (COPY) pg_rewind: base/4/2618_fsm (COPY) pg_rewind: base/4/2618_vm (COPY) pg_rewind: base/4/2619_fsm (COPY) pg_rewind: base/4/2619_vm (COPY) pg_rewind: base/4/2753_fsm (COPY) pg_rewind: base/4/2753_vm (COPY) pg_rewind: base/4/2836_fsm (COPY) pg_rewind: base/4/2836_vm (COPY) pg_rewind: base/4/2838_fsm (COPY) pg_rewind: base/4/2838_vm (COPY) pg_rewind: base/4/2840_fsm (COPY) pg_rewind: base/4/2840_vm (COPY) pg_rewind: base/4/3079_fsm (COPY) pg_rewind: base/4/3079_vm (COPY) pg_rewind: base/4/3394_fsm (COPY) pg_rewind: base/4/3394_vm (COPY) pg_rewind: base/4/3456_fsm (COPY) pg_rewind: base/4/3456_vm (COPY) pg_rewind: base/4/3541_fsm (COPY) pg_rewind: base/4/3541_vm (COPY) pg_rewind: base/4/3600_fsm (COPY) pg_rewind: base/4/3600_vm (COPY) pg_rewind: base/4/3601_fsm (COPY) pg_rewind: base/4/3601_vm (COPY) pg_rewind: base/4/3602_fsm (COPY) pg_rewind: base/4/3602_vm (COPY) pg_rewind: base/4/3603_fsm (COPY) pg_rewind: base/4/3603_vm (COPY) pg_rewind: base/4/3764_fsm (COPY) pg_rewind: base/4/3764_vm (COPY) pg_rewind: base/4/pg_filenode.map (COPY) pg_rewind: base/5/1247_fsm (COPY) pg_rewind: base/5/1247_vm (COPY) pg_rewind: base/5/1249_fsm (COPY) pg_rewind: base/5/1249_vm (COPY) pg_rewind: base/5/1255_fsm (COPY) pg_rewind: base/5/1255_vm (COPY) pg_rewind: base/5/1259_fsm (COPY) pg_rewind: base/5/1259_vm (COPY) pg_rewind: base/5/14024_fsm (COPY) pg_rewind: base/5/14024_vm (COPY) pg_rewind: base/5/14029_fsm (COPY) pg_rewind: base/5/14029_vm (COPY) pg_rewind: base/5/14034_fsm (COPY) pg_rewind: base/5/14034_vm (COPY) pg_rewind: base/5/14039_fsm (COPY) pg_rewind: base/5/14039_vm (COPY) pg_rewind: base/5/2600_fsm (COPY) pg_rewind: base/5/2600_vm (COPY) pg_rewind: base/5/2601_fsm (COPY) pg_rewind: base/5/2601_vm (COPY) pg_rewind: base/5/2602_fsm (COPY) pg_rewind: base/5/2602_vm (COPY) pg_rewind: base/5/2603_fsm (COPY) pg_rewind: base/5/2603_vm (COPY) pg_rewind: base/5/2605_fsm (COPY) pg_rewind: base/5/2605_vm (COPY) pg_rewind: base/5/2606_fsm (COPY) pg_rewind: base/5/2606_vm (COPY) pg_rewind: base/5/2607_fsm (COPY) pg_rewind: base/5/2607_vm (COPY) pg_rewind: base/5/2608_fsm (COPY) pg_rewind: base/5/2608_vm (COPY) pg_rewind: base/5/2609_fsm (COPY) pg_rewind: base/5/2609_vm (COPY) pg_rewind: base/5/2610_fsm (COPY) pg_rewind: base/5/2610_vm (COPY) pg_rewind: base/5/2612_fsm (COPY) pg_rewind: base/5/2612_vm (COPY) pg_rewind: base/5/2615_fsm (COPY) pg_rewind: base/5/2615_vm (COPY) pg_rewind: base/5/2616_fsm (COPY) pg_rewind: base/5/2616_vm (COPY) pg_rewind: base/5/2617_fsm (COPY) pg_rewind: base/5/2617_vm (COPY) pg_rewind: base/5/2618_fsm (COPY) pg_rewind: base/5/2618_vm (COPY) pg_rewind: base/5/2619_fsm (COPY) pg_rewind: base/5/2619_vm (COPY) pg_rewind: base/5/2753_fsm (COPY) pg_rewind: base/5/2753_vm (COPY) pg_rewind: base/5/2836_fsm (COPY) pg_rewind: base/5/2836_vm (COPY) pg_rewind: base/5/2838_fsm (COPY) pg_rewind: base/5/2838_vm (COPY) pg_rewind: base/5/2840_fsm (COPY) pg_rewind: base/5/2840_vm (COPY) pg_rewind: base/5/3079_fsm (COPY) pg_rewind: base/5/3079_vm (COPY) pg_rewind: base/5/3394_fsm (COPY) pg_rewind: base/5/3394_vm (COPY) pg_rewind: base/5/3456_fsm (COPY) pg_rewind: base/5/3456_vm (COPY) pg_rewind: base/5/3541_fsm (COPY) pg_rewind: base/5/3541_vm (COPY) pg_rewind: base/5/3600_fsm (COPY) pg_rewind: base/5/3600_vm (COPY) pg_rewind: base/5/3601_fsm (COPY) pg_rewind: base/5/3601_vm (COPY) pg_rewind: base/5/3602_fsm (COPY) pg_rewind: base/5/3602_vm (COPY) pg_rewind: base/5/3603_fsm (COPY) pg_rewind: base/5/3603_vm (COPY) pg_rewind: base/5/3764_fsm (COPY) pg_rewind: base/5/3764_vm (COPY) pg_rewind: base/5/pg_filenode.map (COPY) pg_rewind: global/1213_fsm (COPY) pg_rewind: global/1213_vm (COPY) pg_rewind: global/1260_fsm (COPY) pg_rewind: global/1260_vm (COPY) pg_rewind: global/1261_fsm (COPY) pg_rewind: global/1261_vm (COPY) pg_rewind: global/1262_fsm (COPY) pg_rewind: global/1262_vm (COPY) pg_rewind: global/2396_fsm (COPY) pg_rewind: global/2396_vm (COPY) pg_rewind: global/pg_filenode.map (COPY) pg_rewind: pg_hba.conf (COPY) pg_rewind: pg_ident.conf (COPY) pg_rewind: pg_logical/replorigin_checkpoint (COPY) pg_rewind: pg_multixact/members/0000 (COPY) pg_rewind: pg_multixact/offsets/0000 (COPY) pg_rewind: pg_stat/pgstat.stat (COPY) pg_rewind: pg_wal/000000010000000000000002 (COPY) pg_rewind: pg_wal/000000010000000000000003 (COPY) pg_rewind: pg_wal/00000002.history (COPY) pg_rewind: pg_wal/000000020000000000000003 (COPY) pg_rewind: pg_xact/0000 (COPY) pg_rewind: postgresql.auto.conf (COPY) pg_rewind: postgresql.conf (COPY) pg_rewind: base/16389/112 (NONE) pg_rewind: block 0 pg_rewind: base/16389/113 (NONE) pg_rewind: block 0 pg_rewind: base/16389/1247 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: block 14 pg_rewind: base/16389/1249 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: block 14 pg_rewind: block 15 pg_rewind: block 16 pg_rewind: block 17 pg_rewind: block 18 pg_rewind: block 19 pg_rewind: block 20 pg_rewind: block 21 pg_rewind: block 22 pg_rewind: block 23 pg_rewind: block 24 pg_rewind: block 25 pg_rewind: block 26 pg_rewind: block 27 pg_rewind: block 28 pg_rewind: block 29 pg_rewind: block 30 pg_rewind: block 31 pg_rewind: block 32 pg_rewind: block 33 pg_rewind: block 34 pg_rewind: block 35 pg_rewind: block 36 pg_rewind: block 37 pg_rewind: block 38 pg_rewind: block 39 pg_rewind: block 40 pg_rewind: block 41 pg_rewind: block 42 pg_rewind: block 43 pg_rewind: block 44 pg_rewind: block 45 pg_rewind: block 46 pg_rewind: block 47 pg_rewind: block 48 pg_rewind: block 49 pg_rewind: block 50 pg_rewind: block 51 pg_rewind: block 52 pg_rewind: block 53 pg_rewind: block 54 pg_rewind: base/16389/1255 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: block 14 pg_rewind: block 15 pg_rewind: block 16 pg_rewind: block 17 pg_rewind: block 18 pg_rewind: block 19 pg_rewind: block 20 pg_rewind: block 21 pg_rewind: block 22 pg_rewind: block 23 pg_rewind: block 24 pg_rewind: block 25 pg_rewind: block 26 pg_rewind: block 27 pg_rewind: block 28 pg_rewind: block 29 pg_rewind: block 30 pg_rewind: block 31 pg_rewind: block 32 pg_rewind: block 33 pg_rewind: block 34 pg_rewind: block 35 pg_rewind: block 36 pg_rewind: block 37 pg_rewind: block 38 pg_rewind: block 39 pg_rewind: block 40 pg_rewind: block 41 pg_rewind: block 42 pg_rewind: block 43 pg_rewind: block 44 pg_rewind: block 45 pg_rewind: block 46 pg_rewind: block 47 pg_rewind: block 48 pg_rewind: block 49 pg_rewind: block 50 pg_rewind: block 51 pg_rewind: block 52 pg_rewind: block 53 pg_rewind: block 54 pg_rewind: block 55 pg_rewind: block 56 pg_rewind: block 57 pg_rewind: block 58 pg_rewind: block 59 pg_rewind: block 60 pg_rewind: block 61 pg_rewind: block 62 pg_rewind: block 63 pg_rewind: block 64 pg_rewind: block 65 pg_rewind: block 66 pg_rewind: block 67 pg_rewind: block 68 pg_rewind: block 69 pg_rewind: block 70 pg_rewind: block 71 pg_rewind: block 72 pg_rewind: block 73 pg_rewind: block 74 pg_rewind: block 75 pg_rewind: block 76 pg_rewind: block 77 pg_rewind: block 78 pg_rewind: block 79 pg_rewind: block 80 pg_rewind: block 81 pg_rewind: block 82 pg_rewind: block 83 pg_rewind: block 84 pg_rewind: block 85 pg_rewind: block 86 pg_rewind: block 87 pg_rewind: block 88 pg_rewind: block 89 pg_rewind: block 90 pg_rewind: block 91 pg_rewind: block 92 pg_rewind: block 93 pg_rewind: block 94 pg_rewind: block 95 pg_rewind: block 96 pg_rewind: block 97 pg_rewind: block 98 pg_rewind: base/16389/1259 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: base/16389/14024 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: base/16389/14028 (NONE) pg_rewind: block 0 pg_rewind: base/16389/14029 (NONE) pg_rewind: block 0 pg_rewind: base/16389/14033 (NONE) pg_rewind: block 0 pg_rewind: base/16389/14034 (NONE) pg_rewind: block 0 pg_rewind: base/16389/14038 (NONE) pg_rewind: block 0 pg_rewind: base/16389/14039 (NONE) pg_rewind: block 0 pg_rewind: base/16389/14043 (NONE) pg_rewind: block 0 pg_rewind: base/16389/174 (NONE) pg_rewind: block 0 pg_rewind: base/16389/175 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2187 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2228 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2337 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2579 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2600 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2601 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2602 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: base/16389/2603 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: base/16389/2605 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2606 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: base/16389/2607 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2608 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: base/16389/2609 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: block 14 pg_rewind: block 15 pg_rewind: block 16 pg_rewind: block 17 pg_rewind: block 18 pg_rewind: block 19 pg_rewind: block 20 pg_rewind: block 21 pg_rewind: block 22 pg_rewind: block 23 pg_rewind: block 24 pg_rewind: block 25 pg_rewind: block 26 pg_rewind: block 27 pg_rewind: block 28 pg_rewind: block 29 pg_rewind: block 30 pg_rewind: block 31 pg_rewind: block 32 pg_rewind: block 33 pg_rewind: block 34 pg_rewind: block 35 pg_rewind: block 36 pg_rewind: block 37 pg_rewind: block 38 pg_rewind: block 39 pg_rewind: block 40 pg_rewind: block 41 pg_rewind: block 42 pg_rewind: block 43 pg_rewind: block 44 pg_rewind: base/16389/2610 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: base/16389/2612 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2615 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2616 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: base/16389/2617 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: base/16389/2618 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: base/16389/2619 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: block 14 pg_rewind: block 15 pg_rewind: block 16 pg_rewind: block 17 pg_rewind: block 18 pg_rewind: block 19 pg_rewind: base/16389/2650 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2651 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2652 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2653 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: base/16389/2654 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: base/16389/2655 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: base/16389/2656 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2657 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2658 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: block 14 pg_rewind: base/16389/2659 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: base/16389/2660 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2661 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2662 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: base/16389/2663 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: base/16389/2664 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2665 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2666 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2667 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2668 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2669 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2670 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2673 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: base/16389/2674 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: base/16389/2675 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: block 14 pg_rewind: block 15 pg_rewind: block 16 pg_rewind: block 17 pg_rewind: block 18 pg_rewind: block 19 pg_rewind: block 20 pg_rewind: block 21 pg_rewind: block 22 pg_rewind: block 23 pg_rewind: block 24 pg_rewind: block 25 pg_rewind: base/16389/2678 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2679 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2680 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2681 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2682 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2683 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2684 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2685 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2686 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2687 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2688 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: base/16389/2689 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: base/16389/2690 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: base/16389/2691 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: block 14 pg_rewind: block 15 pg_rewind: block 16 pg_rewind: block 17 pg_rewind: block 18 pg_rewind: block 19 pg_rewind: block 20 pg_rewind: block 21 pg_rewind: block 22 pg_rewind: block 23 pg_rewind: block 24 pg_rewind: block 25 pg_rewind: block 26 pg_rewind: block 27 pg_rewind: block 28 pg_rewind: block 29 pg_rewind: block 30 pg_rewind: block 31 pg_rewind: base/16389/2692 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2693 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2696 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: base/16389/2699 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2701 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2702 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2703 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: base/16389/2704 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: base/16389/2753 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2754 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2755 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2756 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: base/16389/2757 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: base/16389/2831 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2833 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2835 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2836 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2837 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2838 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: block 14 pg_rewind: block 15 pg_rewind: block 16 pg_rewind: block 17 pg_rewind: block 18 pg_rewind: block 19 pg_rewind: block 20 pg_rewind: block 21 pg_rewind: block 22 pg_rewind: block 23 pg_rewind: block 24 pg_rewind: block 25 pg_rewind: block 26 pg_rewind: block 27 pg_rewind: block 28 pg_rewind: block 29 pg_rewind: block 30 pg_rewind: block 31 pg_rewind: block 32 pg_rewind: block 33 pg_rewind: block 34 pg_rewind: block 35 pg_rewind: block 36 pg_rewind: block 37 pg_rewind: block 38 pg_rewind: block 39 pg_rewind: block 40 pg_rewind: block 41 pg_rewind: block 42 pg_rewind: block 43 pg_rewind: block 44 pg_rewind: block 45 pg_rewind: block 46 pg_rewind: block 47 pg_rewind: block 48 pg_rewind: block 49 pg_rewind: block 50 pg_rewind: block 51 pg_rewind: block 52 pg_rewind: block 53 pg_rewind: block 54 pg_rewind: block 55 pg_rewind: block 56 pg_rewind: block 57 pg_rewind: block 58 pg_rewind: block 59 pg_rewind: block 60 pg_rewind: block 61 pg_rewind: block 62 pg_rewind: block 63 pg_rewind: block 64 pg_rewind: block 65 pg_rewind: base/16389/2839 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2840 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: base/16389/2841 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2996 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3079 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3080 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3081 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3085 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: base/16389/3119 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3164 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: base/16389/3257 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3258 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3351 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3379 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3380 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3394 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: base/16389/3395 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3431 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3433 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3440 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3455 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3456 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: block 14 pg_rewind: block 15 pg_rewind: block 16 pg_rewind: block 17 pg_rewind: block 18 pg_rewind: block 19 pg_rewind: block 20 pg_rewind: block 21 pg_rewind: block 22 pg_rewind: block 23 pg_rewind: block 24 pg_rewind: block 25 pg_rewind: base/16389/3467 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3468 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3502 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3503 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3534 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3541 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3542 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3574 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3575 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3597 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3599 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3600 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3601 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3602 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3603 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: base/16389/3604 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3605 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3606 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3607 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3608 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3609 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: base/16389/3712 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3764 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3766 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3767 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3997 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4144 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4146 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4148 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4150 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4152 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4154 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4156 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4158 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4160 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4164 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4166 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4168 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4170 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4172 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4174 (NONE) pg_rewind: block 0 pg_rewind: base/16389/5002 (NONE) pg_rewind: block 0 pg_rewind: base/16389/548 (NONE) pg_rewind: block 0 pg_rewind: base/16389/549 (NONE) pg_rewind: block 0 pg_rewind: base/16389/6110 (NONE) pg_rewind: block 0 pg_rewind: base/16389/6111 (NONE) pg_rewind: block 0 pg_rewind: base/16389/6112 (NONE) pg_rewind: block 0 pg_rewind: base/16389/6113 (NONE) pg_rewind: block 0 pg_rewind: base/16389/6116 (NONE) pg_rewind: block 0 pg_rewind: base/16389/6117 (NONE) pg_rewind: block 0 pg_rewind: base/16389/6176 (NONE) pg_rewind: block 0 pg_rewind: base/16389/6229 (NONE) pg_rewind: block 0 pg_rewind: base/16389/6238 (NONE) pg_rewind: block 0 pg_rewind: base/16389/6239 (NONE) pg_rewind: block 0 pg_rewind: base/16389/827 (NONE) pg_rewind: block 0 pg_rewind: base/16389/828 (NONE) pg_rewind: block 0 pg_rewind: base/5/1255 (NONE) pg_rewind: block 46 pg_rewind: global/1262 (NONE) pg_rewind: block 0 pg_rewind: global/2671 (NONE) pg_rewind: block 1 pg_rewind: global/2672 (NONE) pg_rewind: block 1 pg_rewind: postmaster.opts (REMOVE) pg_rewind: pg_wal/000000010000000000000001 (REMOVE) pg_rewind: pg_subtrans/0000 (REMOVE) pg_rewind: global/pg_internal.init (REMOVE) pg_rewind: base/pgsql_tmp (REMOVE) pg_rewind: base/16393/pg_filenode.map (REMOVE) pg_rewind: base/16393/PG_VERSION (REMOVE) pg_rewind: base/16393/828 (REMOVE) pg_rewind: base/16393/827 (REMOVE) pg_rewind: base/16393/826 (REMOVE) pg_rewind: base/16393/6239 (REMOVE) pg_rewind: base/16393/6238 (REMOVE) pg_rewind: base/16393/6237 (REMOVE) pg_rewind: base/16393/6229 (REMOVE) pg_rewind: base/16393/6228 (REMOVE) pg_rewind: base/16393/6176 (REMOVE) pg_rewind: base/16393/6175 (REMOVE) pg_rewind: base/16393/6117 (REMOVE) pg_rewind: base/16393/6116 (REMOVE) pg_rewind: base/16393/6113 (REMOVE) pg_rewind: base/16393/6112 (REMOVE) pg_rewind: base/16393/6111 (REMOVE) pg_rewind: base/16393/6110 (REMOVE) pg_rewind: base/16393/6106 (REMOVE) pg_rewind: base/16393/6104 (REMOVE) pg_rewind: base/16393/6102 (REMOVE) pg_rewind: base/16393/549 (REMOVE) pg_rewind: base/16393/548 (REMOVE) pg_rewind: base/16393/5002 (REMOVE) pg_rewind: base/16393/4174 (REMOVE) pg_rewind: base/16393/4173 (REMOVE) pg_rewind: base/16393/4172 (REMOVE) pg_rewind: base/16393/4171 (REMOVE) pg_rewind: base/16393/4170 (REMOVE) pg_rewind: base/16393/4169 (REMOVE) pg_rewind: base/16393/4168 (REMOVE) pg_rewind: base/16393/4167 (REMOVE) pg_rewind: base/16393/4166 (REMOVE) pg_rewind: base/16393/4165 (REMOVE) pg_rewind: base/16393/4164 (REMOVE) pg_rewind: base/16393/4163 (REMOVE) pg_rewind: base/16393/4160 (REMOVE) pg_rewind: base/16393/4159 (REMOVE) pg_rewind: base/16393/4158 (REMOVE) pg_rewind: base/16393/4157 (REMOVE) pg_rewind: base/16393/4156 (REMOVE) pg_rewind: base/16393/4155 (REMOVE) pg_rewind: base/16393/4154 (REMOVE) pg_rewind: base/16393/4153 (REMOVE) pg_rewind: base/16393/4152 (REMOVE) pg_rewind: base/16393/4151 (REMOVE) pg_rewind: base/16393/4150 (REMOVE) pg_rewind: base/16393/4149 (REMOVE) pg_rewind: base/16393/4148 (REMOVE) pg_rewind: base/16393/4147 (REMOVE) pg_rewind: base/16393/4146 (REMOVE) pg_rewind: base/16393/4145 (REMOVE) pg_rewind: base/16393/4144 (REMOVE) pg_rewind: base/16393/4143 (REMOVE) pg_rewind: base/16393/3997 (REMOVE) pg_rewind: base/16393/3767 (REMOVE) pg_rewind: base/16393/3766 (REMOVE) pg_rewind: base/16393/3764_vm (REMOVE) pg_rewind: base/16393/3764_fsm (REMOVE) pg_rewind: base/16393/3764 (REMOVE) pg_rewind: base/16393/3712 (REMOVE) pg_rewind: base/16393/3609 (REMOVE) pg_rewind: base/16393/3608 (REMOVE) pg_rewind: base/16393/3607 (REMOVE) pg_rewind: base/16393/3606 (REMOVE) pg_rewind: base/16393/3605 (REMOVE) pg_rewind: base/16393/3604 (REMOVE) pg_rewind: base/16393/3603_vm (REMOVE) pg_rewind: base/16393/3603_fsm (REMOVE) pg_rewind: base/16393/3603 (REMOVE) pg_rewind: base/16393/3602_vm (REMOVE) pg_rewind: base/16393/3602_fsm (REMOVE) pg_rewind: base/16393/3602 (REMOVE) pg_rewind: base/16393/3601_vm (REMOVE) pg_rewind: base/16393/3601_fsm (REMOVE) pg_rewind: base/16393/3601 (REMOVE) pg_rewind: base/16393/3600_vm (REMOVE) pg_rewind: base/16393/3600_fsm (REMOVE) pg_rewind: base/16393/3600 (REMOVE) pg_rewind: base/16393/3599 (REMOVE) pg_rewind: base/16393/3598 (REMOVE) pg_rewind: base/16393/3597 (REMOVE) pg_rewind: base/16393/3596 (REMOVE) pg_rewind: base/16393/3576 (REMOVE) pg_rewind: base/16393/3575 (REMOVE) pg_rewind: base/16393/3574 (REMOVE) pg_rewind: base/16393/3542 (REMOVE) pg_rewind: base/16393/3541_vm (REMOVE) pg_rewind: base/16393/3541_fsm (REMOVE) pg_rewind: base/16393/3541 (REMOVE) pg_rewind: base/16393/3534 (REMOVE) pg_rewind: base/16393/3503 (REMOVE) pg_rewind: base/16393/3502 (REMOVE) pg_rewind: base/16393/3501 (REMOVE) pg_rewind: base/16393/3468 (REMOVE) pg_rewind: base/16393/3467 (REMOVE) pg_rewind: base/16393/3466 (REMOVE) pg_rewind: base/16393/3456_vm (REMOVE) pg_rewind: base/16393/3456_fsm (REMOVE) pg_rewind: base/16393/3456 (REMOVE) pg_rewind: base/16393/3455 (REMOVE) pg_rewind: base/16393/3440 (REMOVE) pg_rewind: base/16393/3439 (REMOVE) pg_rewind: base/16393/3433 (REMOVE) pg_rewind: base/16393/3431 (REMOVE) pg_rewind: base/16393/3430 (REMOVE) pg_rewind: base/16393/3429 (REMOVE) pg_rewind: base/16393/3395 (REMOVE) pg_rewind: base/16393/3394_vm (REMOVE) pg_rewind: base/16393/3394_fsm (REMOVE) pg_rewind: base/16393/3394 (REMOVE) pg_rewind: base/16393/3381 (REMOVE) pg_rewind: base/16393/3380 (REMOVE) pg_rewind: base/16393/3379 (REMOVE) pg_rewind: base/16393/3351 (REMOVE) pg_rewind: base/16393/3350 (REMOVE) pg_rewind: base/16393/3258 (REMOVE) pg_rewind: base/16393/3257 (REMOVE) pg_rewind: base/16393/3256 (REMOVE) pg_rewind: base/16393/3164 (REMOVE) pg_rewind: base/16393/3119 (REMOVE) pg_rewind: base/16393/3118 (REMOVE) pg_rewind: base/16393/3085 (REMOVE) pg_rewind: base/16393/3081 (REMOVE) pg_rewind: base/16393/3080 (REMOVE) pg_rewind: base/16393/3079_vm (REMOVE) pg_rewind: base/16393/3079_fsm (REMOVE) pg_rewind: base/16393/3079 (REMOVE) pg_rewind: base/16393/2996 (REMOVE) pg_rewind: base/16393/2995 (REMOVE) pg_rewind: base/16393/2841 (REMOVE) pg_rewind: base/16393/2840_vm (REMOVE) pg_rewind: base/16393/2840_fsm (REMOVE) pg_rewind: base/16393/2840 (REMOVE) pg_rewind: base/16393/2839 (REMOVE) pg_rewind: base/16393/2838_vm (REMOVE) pg_rewind: base/16393/2838_fsm (REMOVE) pg_rewind: base/16393/2838 (REMOVE) pg_rewind: base/16393/2837 (REMOVE) pg_rewind: base/16393/2836_vm (REMOVE) pg_rewind: base/16393/2836_fsm (REMOVE) pg_rewind: base/16393/2836 (REMOVE) pg_rewind: base/16393/2835 (REMOVE) pg_rewind: base/16393/2834 (REMOVE) pg_rewind: base/16393/2833 (REMOVE) pg_rewind: base/16393/2832 (REMOVE) pg_rewind: base/16393/2831 (REMOVE) pg_rewind: base/16393/2830 (REMOVE) pg_rewind: base/16393/2757 (REMOVE) pg_rewind: base/16393/2756 (REMOVE) pg_rewind: base/16393/2755 (REMOVE) pg_rewind: base/16393/2754 (REMOVE) pg_rewind: base/16393/2753_vm (REMOVE) pg_rewind: base/16393/2753_fsm (REMOVE) pg_rewind: base/16393/2753 (REMOVE) pg_rewind: base/16393/2704 (REMOVE) pg_rewind: base/16393/2703 (REMOVE) pg_rewind: base/16393/2702 (REMOVE) pg_rewind: base/16393/2701 (REMOVE) pg_rewind: base/16393/2699 (REMOVE) pg_rewind: base/16393/2696 (REMOVE) pg_rewind: base/16393/2693 (REMOVE) pg_rewind: base/16393/2692 (REMOVE) pg_rewind: base/16393/2691 (REMOVE) pg_rewind: base/16393/2690 (REMOVE) pg_rewind: base/16393/2689 (REMOVE) pg_rewind: base/16393/2688 (REMOVE) pg_rewind: base/16393/2687 (REMOVE) pg_rewind: base/16393/2686 (REMOVE) pg_rewind: base/16393/2685 (REMOVE) pg_rewind: base/16393/2684 (REMOVE) pg_rewind: base/16393/2683 (REMOVE) pg_rewind: base/16393/2682 (REMOVE) pg_rewind: base/16393/2681 (REMOVE) pg_rewind: base/16393/2680 (REMOVE) pg_rewind: base/16393/2679 (REMOVE) pg_rewind: base/16393/2678 (REMOVE) pg_rewind: base/16393/2675 (REMOVE) pg_rewind: base/16393/2674 (REMOVE) pg_rewind: base/16393/2673 (REMOVE) pg_rewind: base/16393/2670 (REMOVE) pg_rewind: base/16393/2669 (REMOVE) pg_rewind: base/16393/2668 (REMOVE) pg_rewind: base/16393/2667 (REMOVE) pg_rewind: base/16393/2666 (REMOVE) pg_rewind: base/16393/2665 (REMOVE) pg_rewind: base/16393/2664 (REMOVE) pg_rewind: base/16393/2663 (REMOVE) pg_rewind: base/16393/2662 (REMOVE) pg_rewind: base/16393/2661 (REMOVE) pg_rewind: base/16393/2660 (REMOVE) pg_rewind: base/16393/2659 (REMOVE) pg_rewind: base/16393/2658 (REMOVE) pg_rewind: base/16393/2657 (REMOVE) pg_rewind: base/16393/2656 (REMOVE) pg_rewind: base/16393/2655 (REMOVE) pg_rewind: base/16393/2654 (REMOVE) pg_rewind: base/16393/2653 (REMOVE) pg_rewind: base/16393/2652 (REMOVE) pg_rewind: base/16393/2651 (REMOVE) pg_rewind: base/16393/2650 (REMOVE) pg_rewind: base/16393/2620 (REMOVE) pg_rewind: base/16393/2619_vm (REMOVE) pg_rewind: base/16393/2619_fsm (REMOVE) pg_rewind: base/16393/2619 (REMOVE) pg_rewind: base/16393/2618_vm (REMOVE) pg_rewind: base/16393/2618_fsm (REMOVE) pg_rewind: base/16393/2618 (REMOVE) pg_rewind: base/16393/2617_vm (REMOVE) pg_rewind: base/16393/2617_fsm (REMOVE) pg_rewind: base/16393/2617 (REMOVE) pg_rewind: base/16393/2616_vm (REMOVE) pg_rewind: base/16393/2616_fsm (REMOVE) pg_rewind: base/16393/2616 (REMOVE) pg_rewind: base/16393/2615_vm (REMOVE) pg_rewind: base/16393/2615_fsm (REMOVE) pg_rewind: base/16393/2615 (REMOVE) pg_rewind: base/16393/2613 (REMOVE) pg_rewind: base/16393/2612_vm (REMOVE) pg_rewind: base/16393/2612_fsm (REMOVE) pg_rewind: base/16393/2612 (REMOVE) pg_rewind: base/16393/2611 (REMOVE) pg_rewind: base/16393/2610_vm (REMOVE) pg_rewind: base/16393/2610_fsm (REMOVE) pg_rewind: base/16393/2610 (REMOVE) pg_rewind: base/16393/2609_vm (REMOVE) pg_rewind: base/16393/2609_fsm (REMOVE) pg_rewind: base/16393/2609 (REMOVE) pg_rewind: base/16393/2608_vm (REMOVE) pg_rewind: base/16393/2608_fsm (REMOVE) pg_rewind: base/16393/2608 (REMOVE) pg_rewind: base/16393/2607_vm (REMOVE) pg_rewind: base/16393/2607_fsm (REMOVE) pg_rewind: base/16393/2607 (REMOVE) pg_rewind: base/16393/2606_vm (REMOVE) pg_rewind: base/16393/2606_fsm (REMOVE) pg_rewind: base/16393/2606 (REMOVE) pg_rewind: base/16393/2605_vm (REMOVE) pg_rewind: base/16393/2605_fsm (REMOVE) pg_rewind: base/16393/2605 (REMOVE) pg_rewind: base/16393/2604 (REMOVE) pg_rewind: base/16393/2603_vm (REMOVE) pg_rewind: base/16393/2603_fsm (REMOVE) pg_rewind: base/16393/2603 (REMOVE) pg_rewind: base/16393/2602_vm (REMOVE) pg_rewind: base/16393/2602_fsm (REMOVE) pg_rewind: base/16393/2602 (REMOVE) pg_rewind: base/16393/2601_vm (REMOVE) pg_rewind: base/16393/2601_fsm (REMOVE) pg_rewind: base/16393/2601 (REMOVE) pg_rewind: base/16393/2600_vm (REMOVE) pg_rewind: base/16393/2600_fsm (REMOVE) pg_rewind: base/16393/2600 (REMOVE) pg_rewind: base/16393/2579 (REMOVE) pg_rewind: base/16393/2337 (REMOVE) pg_rewind: base/16393/2336 (REMOVE) pg_rewind: base/16393/2328 (REMOVE) pg_rewind: base/16393/2228 (REMOVE) pg_rewind: base/16393/2224 (REMOVE) pg_rewind: base/16393/2187 (REMOVE) pg_rewind: base/16393/175 (REMOVE) pg_rewind: base/16393/174 (REMOVE) pg_rewind: base/16393/16394 (REMOVE) pg_rewind: base/16393/1418 (REMOVE) pg_rewind: base/16393/1417 (REMOVE) pg_rewind: base/16393/14043 (REMOVE) pg_rewind: base/16393/14042 (REMOVE) pg_rewind: base/16393/14039_vm (REMOVE) pg_rewind: base/16393/14039_fsm (REMOVE) pg_rewind: base/16393/14039 (REMOVE) pg_rewind: base/16393/14038 (REMOVE) pg_rewind: base/16393/14037 (REMOVE) pg_rewind: base/16393/14034_vm (REMOVE) pg_rewind: base/16393/14034_fsm (REMOVE) pg_rewind: base/16393/14034 (REMOVE) pg_rewind: base/16393/14033 (REMOVE) pg_rewind: base/16393/14032 (REMOVE) pg_rewind: base/16393/14029_vm (REMOVE) pg_rewind: base/16393/14029_fsm (REMOVE) pg_rewind: base/16393/14029 (REMOVE) pg_rewind: base/16393/14028 (REMOVE) pg_rewind: base/16393/14027 (REMOVE) pg_rewind: base/16393/14024_vm (REMOVE) pg_rewind: base/16393/14024_fsm (REMOVE) pg_rewind: base/16393/14024 (REMOVE) pg_rewind: base/16393/1259_vm (REMOVE) pg_rewind: base/16393/1259_fsm (REMOVE) pg_rewind: base/16393/1259 (REMOVE) pg_rewind: base/16393/1255_vm (REMOVE) pg_rewind: base/16393/1255_fsm (REMOVE) pg_rewind: base/16393/1255 (REMOVE) pg_rewind: base/16393/1249_vm (REMOVE) pg_rewind: base/16393/1249_fsm (REMOVE) pg_rewind: base/16393/1249 (REMOVE) pg_rewind: base/16393/1247_vm (REMOVE) pg_rewind: base/16393/1247_fsm (REMOVE) pg_rewind: base/16393/1247 (REMOVE) pg_rewind: base/16393/113 (REMOVE) pg_rewind: base/16393/112 (REMOVE) pg_rewind: base/16393 (REMOVE) pg_rewind: base/1/pg_internal.init (REMOVE) pg_rewind: Done! [02:11:32.369](2.682s) ok 1 - pg_rewind local ### Starting node "primary_local" # Running: pg_ctl -w -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_local_data/pgdata -l /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/log/002_databases_primary_local.log -o --cluster-name=primary_local start waiting for server to start.... done server started # Postmaster PID for node "primary_local" is 65061 [02:11:32.504](0.135s) ok 2 - database names: psql exit code [02:11:32.504](0.000s) ok 3 - database names: psql no stderr [02:11:32.504](0.000s) ok 4 - database names: query result matches [02:11:32.544](0.040s) ok 5 - check PGDATA permissions ### Stopping node "primary_local" using mode immediate # Running: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_local_data/pgdata -m immediate stop waiting for server to shut down.... done server stopped # No postmaster PID for node "primary_local" # Checking port 49388 # Found port 49388 Name: primary_remote Data directory: /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/archives Connection string: port=49388 host=/tmp/EG8bijmrbj Log file: /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/log/002_databases_primary_remote.log [02:11:32.657](0.113s) # initializing database system by running initdb # Running: initdb -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/pgdata -A trust -N -g The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized with this locale configuration: locale provider: libc LC_COLLATE: C.UTF-8 LC_CTYPE: C.UTF-8 LC_MESSAGES: C LC_MONETARY: C.UTF-8 LC_NUMERIC: C.UTF-8 LC_TIME: C.UTF-8 The default database encoding has accordingly been set to "UTF8". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/pgdata ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... Etc/UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok Sync to disk skipped. The data directory might become corrupt if the operating system crashes. Success. You can now start the database server using: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/pgdata -l logfile start # Running: /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --config-auth /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/pgdata --create-role rewind_user ### Starting node "primary_remote" # Running: pg_ctl -w -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/pgdata -l /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/log/002_databases_primary_remote.log -o --cluster-name=primary_remote start waiting for server to start.... done server started # Postmaster PID for node "primary_remote" is 65302 # Running: psql -q --no-psqlrc -d port=49388 host=/tmp/EG8bijmrbj dbname='postgres' -c CREATE DATABASE inprimary # Running: psql -q --no-psqlrc -d port=49388 host=/tmp/EG8bijmrbj dbname='inprimary' -c CREATE TABLE inprimary_tab (a int) # Checking port 49389 # Found port 49389 Name: standby_remote Data directory: /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_standby_remote_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_standby_remote_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_standby_remote_data/archives Connection string: port=49389 host=/tmp/EG8bijmrbj Log file: /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/log/002_databases_standby_remote.log # Taking pg_basebackup my_backup from node "primary_remote" # Running: pg_basebackup -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/backup/my_backup -h /tmp/EG8bijmrbj -p 49388 --checkpoint fast --no-sync # Backup finished # Initializing node "standby_remote" from backup "my_backup" of node "primary_remote" ### Starting node "standby_remote" # Running: pg_ctl -w -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_standby_remote_data/pgdata -l /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/log/002_databases_standby_remote.log -o --cluster-name=standby_remote start waiting for server to start.... done server started # Postmaster PID for node "standby_remote" is 65403 # Running: psql -q --no-psqlrc -d port=49388 host=/tmp/EG8bijmrbj dbname='postgres' -c CREATE DATABASE beforepromotion # Running: psql -q --no-psqlrc -d port=49388 host=/tmp/EG8bijmrbj dbname='beforepromotion' -c CREATE TABLE beforepromotion_tab (a int) Waiting for replication conn standby_remote's write_lsn to pass 0/344BBF8 on primary_remote done ### Promoting node "standby_remote" # Running: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_standby_remote_data/pgdata -l /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/log/002_databases_standby_remote.log promote waiting for server to promote.... done server promoted # Running: psql -q --no-psqlrc -d port=49388 host=/tmp/EG8bijmrbj dbname='postgres' -c CREATE DATABASE primary_afterpromotion # Running: psql -q --no-psqlrc -d port=49388 host=/tmp/EG8bijmrbj dbname='primary_afterpromotion' -c CREATE TABLE primary_promotion_tab (a int) # Running: psql -q --no-psqlrc -d port=49389 host=/tmp/EG8bijmrbj dbname='postgres' -c CREATE DATABASE standby_afterpromotion # Running: psql -q --no-psqlrc -d port=49389 host=/tmp/EG8bijmrbj dbname='standby_afterpromotion' -c CREATE TABLE standby_promotion_tab (a int) ### Stopping node "primary_remote" using mode immediate # Running: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/pgdata -m immediate stop waiting for server to shut down.... done server stopped # No postmaster PID for node "primary_remote" # Running: pg_rewind --debug --source-server port=49389 host=/tmp/EG8bijmrbj dbname='postgres' user=rewind_user --target-pgdata=/tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/pgdata --no-sync --write-recovery-conf --config-file /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/tmp_test_4iTK/primary-postgresql.conf.tmp pg_rewind: executing "/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres" for target server to complete crash recovery 2024-03-20 02:11:34.768 UTC [65530][standalone backend] LOG: database system was interrupted; last known up at 2024-03-20 02:11:33 UTC 2024-03-20 02:11:34.768 UTC [65530][standalone backend] LOG: database system was not properly shut down; automatic recovery in progress 2024-03-20 02:11:34.769 UTC [65530][standalone backend] LOG: redo starts at 0/2000028 2024-03-20 02:11:34.787 UTC [65530][standalone backend] LOG: invalid record length at 0/38984D0: expected at least 24, got 0 2024-03-20 02:11:34.787 UTC [65530][standalone backend] LOG: redo done at 0/3898338 system usage: CPU: user: 0.00 s, system: 0.01 s, elapsed: 0.01 s 2024-03-20 02:11:34.788 UTC [65530][standalone backend] LOG: checkpoint starting: end-of-recovery immediate wait 2024-03-20 02:11:34.789 UTC [65530][standalone backend] LOG: checkpoint complete: wrote 127 buffers (99.2%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.001 s; sync files=0, longest=0.000 s, average=0.000 s; distance=25185 kB, estimate=25185 kB; lsn=0/38984D0, redo lsn=0/38984D0 PostgreSQL stand-alone backend 17devel backend> 2024-03-20 02:11:34.794 UTC [65530][standalone backend] LOG: checkpoint starting: shutdown immediate 2024-03-20 02:11:34.794 UTC [65530][standalone backend] LOG: checkpoint complete: wrote 1 buffers (0.8%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.001 s; sync files=0, longest=0.000 s, average=0.000 s; distance=1 kB, estimate=22666 kB; lsn=0/3898988, redo lsn=0/3898988 pg_rewind: fetched file "global/pg_control", length 8192 pg_rewind: fetched file "pg_wal/00000002.history", length 41 pg_rewind: Source timeline history: pg_rewind: Target timeline history: pg_rewind: 1: 0/0 - 0/0 pg_rewind: servers diverged at WAL location 0/344BBF8 on timeline 1 pg_rewind: rewinding from last common checkpoint at 0/2000080 on timeline 1 pg_rewind: entry "base/24576/pg_internal.init" excluded from source file list pg_rewind: entry "global/pg_internal.init" excluded from source file list pg_rewind: entry "base/1/pg_internal.init" excluded from source file list pg_rewind: entry "base/5/pg_internal.init" excluded from source file list pg_rewind: entry "postmaster.opts" excluded from source file list pg_rewind: entry "pg_subtrans/0000" excluded from source file list pg_rewind: entry "backup_manifest" excluded from source file list pg_rewind: entry "postmaster.pid" excluded from source file list pg_rewind: base/24576 (CREATE) pg_rewind: backup_label.old (COPY) pg_rewind: base/1/1247_fsm (COPY) pg_rewind: base/1/1247_vm (COPY) pg_rewind: base/1/1249_fsm (COPY) pg_rewind: base/1/1249_vm (COPY) pg_rewind: base/1/1255_fsm (COPY) pg_rewind: base/1/1255_vm (COPY) pg_rewind: base/1/1259_fsm (COPY) pg_rewind: base/1/1259_vm (COPY) pg_rewind: base/1/14024_fsm (COPY) pg_rewind: base/1/14024_vm (COPY) pg_rewind: base/1/14029_fsm (COPY) pg_rewind: base/1/14029_vm (COPY) pg_rewind: base/1/14034_fsm (COPY) pg_rewind: base/1/14034_vm (COPY) pg_rewind: base/1/14039_fsm (COPY) pg_rewind: base/1/14039_vm (COPY) pg_rewind: base/1/2600_fsm (COPY) pg_rewind: base/1/2600_vm (COPY) pg_rewind: base/1/2601_fsm (COPY) pg_rewind: base/1/2601_vm (COPY) pg_rewind: base/1/2602_fsm (COPY) pg_rewind: base/1/2602_vm (COPY) pg_rewind: base/1/2603_fsm (COPY) pg_rewind: base/1/2603_vm (COPY) pg_rewind: base/1/2605_fsm (COPY) pg_rewind: base/1/2605_vm (COPY) pg_rewind: base/1/2606_fsm (COPY) pg_rewind: base/1/2606_vm (COPY) pg_rewind: base/1/2607_fsm (COPY) pg_rewind: base/1/2607_vm (COPY) pg_rewind: base/1/2608_fsm (COPY) pg_rewind: base/1/2608_vm (COPY) pg_rewind: base/1/2609_fsm (COPY) pg_rewind: base/1/2609_vm (COPY) pg_rewind: base/1/2610_fsm (COPY) pg_rewind: base/1/2610_vm (COPY) pg_rewind: base/1/2612_fsm (COPY) pg_rewind: base/1/2612_vm (COPY) pg_rewind: base/1/2615_fsm (COPY) pg_rewind: base/1/2615_vm (COPY) pg_rewind: base/1/2616_fsm (COPY) pg_rewind: base/1/2616_vm (COPY) pg_rewind: base/1/2617_fsm (COPY) pg_rewind: base/1/2617_vm (COPY) pg_rewind: base/1/2618_fsm (COPY) pg_rewind: base/1/2618_vm (COPY) pg_rewind: base/1/2619_fsm (COPY) pg_rewind: base/1/2619_vm (COPY) pg_rewind: base/1/2753_fsm (COPY) pg_rewind: base/1/2753_vm (COPY) pg_rewind: base/1/2836_fsm (COPY) pg_rewind: base/1/2836_vm (COPY) pg_rewind: base/1/2838_fsm (COPY) pg_rewind: base/1/2838_vm (COPY) pg_rewind: base/1/2840_fsm (COPY) pg_rewind: base/1/2840_vm (COPY) pg_rewind: base/1/3079_fsm (COPY) pg_rewind: base/1/3079_vm (COPY) pg_rewind: base/1/3394_fsm (COPY) pg_rewind: base/1/3394_vm (COPY) pg_rewind: base/1/3456_fsm (COPY) pg_rewind: base/1/3456_vm (COPY) pg_rewind: base/1/3541_fsm (COPY) pg_rewind: base/1/3541_vm (COPY) pg_rewind: base/1/3600_fsm (COPY) pg_rewind: base/1/3600_vm (COPY) pg_rewind: base/1/3601_fsm (COPY) pg_rewind: base/1/3601_vm (COPY) pg_rewind: base/1/3602_fsm (COPY) pg_rewind: base/1/3602_vm (COPY) pg_rewind: base/1/3603_fsm (COPY) pg_rewind: base/1/3603_vm (COPY) pg_rewind: base/1/3764_fsm (COPY) pg_rewind: base/1/3764_vm (COPY) pg_rewind: base/1/pg_filenode.map (COPY) pg_rewind: base/16385/1247_fsm (COPY) pg_rewind: base/16385/1247_vm (COPY) pg_rewind: base/16385/1249_fsm (COPY) pg_rewind: base/16385/1249_vm (COPY) pg_rewind: base/16385/1255_fsm (COPY) pg_rewind: base/16385/1255_vm (COPY) pg_rewind: base/16385/1259_fsm (COPY) pg_rewind: base/16385/1259_vm (COPY) pg_rewind: base/16385/14024_fsm (COPY) pg_rewind: base/16385/14024_vm (COPY) pg_rewind: base/16385/14029_fsm (COPY) pg_rewind: base/16385/14029_vm (COPY) pg_rewind: base/16385/14034_fsm (COPY) pg_rewind: base/16385/14034_vm (COPY) pg_rewind: base/16385/14039_fsm (COPY) pg_rewind: base/16385/14039_vm (COPY) pg_rewind: base/16385/2600_fsm (COPY) pg_rewind: base/16385/2600_vm (COPY) pg_rewind: base/16385/2601_fsm (COPY) pg_rewind: base/16385/2601_vm (COPY) pg_rewind: base/16385/2602_fsm (COPY) pg_rewind: base/16385/2602_vm (COPY) pg_rewind: base/16385/2603_fsm (COPY) pg_rewind: base/16385/2603_vm (COPY) pg_rewind: base/16385/2605_fsm (COPY) pg_rewind: base/16385/2605_vm (COPY) pg_rewind: base/16385/2606_fsm (COPY) pg_rewind: base/16385/2606_vm (COPY) pg_rewind: base/16385/2607_fsm (COPY) pg_rewind: base/16385/2607_vm (COPY) pg_rewind: base/16385/2608_fsm (COPY) pg_rewind: base/16385/2608_vm (COPY) pg_rewind: base/16385/2609_fsm (COPY) pg_rewind: base/16385/2609_vm (COPY) pg_rewind: base/16385/2610_fsm (COPY) pg_rewind: base/16385/2610_vm (COPY) pg_rewind: base/16385/2612_fsm (COPY) pg_rewind: base/16385/2612_vm (COPY) pg_rewind: base/16385/2615_fsm (COPY) pg_rewind: base/16385/2615_vm (COPY) pg_rewind: base/16385/2616_fsm (COPY) pg_rewind: base/16385/2616_vm (COPY) pg_rewind: base/16385/2617_fsm (COPY) pg_rewind: base/16385/2617_vm (COPY) pg_rewind: base/16385/2618_fsm (COPY) pg_rewind: base/16385/2618_vm (COPY) pg_rewind: base/16385/2619_fsm (COPY) pg_rewind: base/16385/2619_vm (COPY) pg_rewind: base/16385/2753_fsm (COPY) pg_rewind: base/16385/2753_vm (COPY) pg_rewind: base/16385/2836_fsm (COPY) pg_rewind: base/16385/2836_vm (COPY) pg_rewind: base/16385/2838_fsm (COPY) pg_rewind: base/16385/2838_vm (COPY) pg_rewind: base/16385/2840_fsm (COPY) pg_rewind: base/16385/2840_vm (COPY) pg_rewind: base/16385/3079_fsm (COPY) pg_rewind: base/16385/3079_vm (COPY) pg_rewind: base/16385/3394_fsm (COPY) pg_rewind: base/16385/3394_vm (COPY) pg_rewind: base/16385/3456_fsm (COPY) pg_rewind: base/16385/3456_vm (COPY) pg_rewind: base/16385/3541_fsm (COPY) pg_rewind: base/16385/3541_vm (COPY) pg_rewind: base/16385/3600_fsm (COPY) pg_rewind: base/16385/3600_vm (COPY) pg_rewind: base/16385/3601_fsm (COPY) pg_rewind: base/16385/3601_vm (COPY) pg_rewind: base/16385/3602_fsm (COPY) pg_rewind: base/16385/3602_vm (COPY) pg_rewind: base/16385/3603_fsm (COPY) pg_rewind: base/16385/3603_vm (COPY) pg_rewind: base/16385/3764_fsm (COPY) pg_rewind: base/16385/3764_vm (COPY) pg_rewind: base/16385/pg_filenode.map (COPY) pg_rewind: base/16389/1247_fsm (COPY) pg_rewind: base/16389/1247_vm (COPY) pg_rewind: base/16389/1249_fsm (COPY) pg_rewind: base/16389/1249_vm (COPY) pg_rewind: base/16389/1255_fsm (COPY) pg_rewind: base/16389/1255_vm (COPY) pg_rewind: base/16389/1259_fsm (COPY) pg_rewind: base/16389/1259_vm (COPY) pg_rewind: base/16389/14024_fsm (COPY) pg_rewind: base/16389/14024_vm (COPY) pg_rewind: base/16389/14029_fsm (COPY) pg_rewind: base/16389/14029_vm (COPY) pg_rewind: base/16389/14034_fsm (COPY) pg_rewind: base/16389/14034_vm (COPY) pg_rewind: base/16389/14039_fsm (COPY) pg_rewind: base/16389/14039_vm (COPY) pg_rewind: base/16389/2600_fsm (COPY) pg_rewind: base/16389/2600_vm (COPY) pg_rewind: base/16389/2601_fsm (COPY) pg_rewind: base/16389/2601_vm (COPY) pg_rewind: base/16389/2602_fsm (COPY) pg_rewind: base/16389/2602_vm (COPY) pg_rewind: base/16389/2603_fsm (COPY) pg_rewind: base/16389/2603_vm (COPY) pg_rewind: base/16389/2605_fsm (COPY) pg_rewind: base/16389/2605_vm (COPY) pg_rewind: base/16389/2606_fsm (COPY) pg_rewind: base/16389/2606_vm (COPY) pg_rewind: base/16389/2607_fsm (COPY) pg_rewind: base/16389/2607_vm (COPY) pg_rewind: base/16389/2608_fsm (COPY) pg_rewind: base/16389/2608_vm (COPY) pg_rewind: base/16389/2609_fsm (COPY) pg_rewind: base/16389/2609_vm (COPY) pg_rewind: base/16389/2610_fsm (COPY) pg_rewind: base/16389/2610_vm (COPY) pg_rewind: base/16389/2612_fsm (COPY) pg_rewind: base/16389/2612_vm (COPY) pg_rewind: base/16389/2615_fsm (COPY) pg_rewind: base/16389/2615_vm (COPY) pg_rewind: base/16389/2616_fsm (COPY) pg_rewind: base/16389/2616_vm (COPY) pg_rewind: base/16389/2617_fsm (COPY) pg_rewind: base/16389/2617_vm (COPY) pg_rewind: base/16389/2618_fsm (COPY) pg_rewind: base/16389/2618_vm (COPY) pg_rewind: base/16389/2619_fsm (COPY) pg_rewind: base/16389/2619_vm (COPY) pg_rewind: base/16389/2753_fsm (COPY) pg_rewind: base/16389/2753_vm (COPY) pg_rewind: base/16389/2836_fsm (COPY) pg_rewind: base/16389/2836_vm (COPY) pg_rewind: base/16389/2838_fsm (COPY) pg_rewind: base/16389/2838_vm (COPY) pg_rewind: base/16389/2840_fsm (COPY) pg_rewind: base/16389/2840_vm (COPY) pg_rewind: base/16389/3079_fsm (COPY) pg_rewind: base/16389/3079_vm (COPY) pg_rewind: base/16389/3394_fsm (COPY) pg_rewind: base/16389/3394_vm (COPY) pg_rewind: base/16389/3456_fsm (COPY) pg_rewind: base/16389/3456_vm (COPY) pg_rewind: base/16389/3541_fsm (COPY) pg_rewind: base/16389/3541_vm (COPY) pg_rewind: base/16389/3600_fsm (COPY) pg_rewind: base/16389/3600_vm (COPY) pg_rewind: base/16389/3601_fsm (COPY) pg_rewind: base/16389/3601_vm (COPY) pg_rewind: base/16389/3602_fsm (COPY) pg_rewind: base/16389/3602_vm (COPY) pg_rewind: base/16389/3603_fsm (COPY) pg_rewind: base/16389/3603_vm (COPY) pg_rewind: base/16389/3764_fsm (COPY) pg_rewind: base/16389/3764_vm (COPY) pg_rewind: base/16389/pg_filenode.map (COPY) pg_rewind: base/24576/112 (COPY) pg_rewind: base/24576/113 (COPY) pg_rewind: base/24576/1247 (COPY) pg_rewind: base/24576/1247_fsm (COPY) pg_rewind: base/24576/1247_vm (COPY) pg_rewind: base/24576/1249 (COPY) pg_rewind: base/24576/1249_fsm (COPY) pg_rewind: base/24576/1249_vm (COPY) pg_rewind: base/24576/1255 (COPY) pg_rewind: base/24576/1255_fsm (COPY) pg_rewind: base/24576/1255_vm (COPY) pg_rewind: base/24576/1259 (COPY) pg_rewind: base/24576/1259_fsm (COPY) pg_rewind: base/24576/1259_vm (COPY) pg_rewind: base/24576/14024 (COPY) pg_rewind: base/24576/14024_fsm (COPY) pg_rewind: base/24576/14024_vm (COPY) pg_rewind: base/24576/14027 (COPY) pg_rewind: base/24576/14028 (COPY) pg_rewind: base/24576/14029 (COPY) pg_rewind: base/24576/14029_fsm (COPY) pg_rewind: base/24576/14029_vm (COPY) pg_rewind: base/24576/14032 (COPY) pg_rewind: base/24576/14033 (COPY) pg_rewind: base/24576/14034 (COPY) pg_rewind: base/24576/14034_fsm (COPY) pg_rewind: base/24576/14034_vm (COPY) pg_rewind: base/24576/14037 (COPY) pg_rewind: base/24576/14038 (COPY) pg_rewind: base/24576/14039 (COPY) pg_rewind: base/24576/14039_fsm (COPY) pg_rewind: base/24576/14039_vm (COPY) pg_rewind: base/24576/14042 (COPY) pg_rewind: base/24576/14043 (COPY) pg_rewind: base/24576/1417 (COPY) pg_rewind: base/24576/1418 (COPY) pg_rewind: base/24576/174 (COPY) pg_rewind: base/24576/175 (COPY) pg_rewind: base/24576/2187 (COPY) pg_rewind: base/24576/2224 (COPY) pg_rewind: base/24576/2228 (COPY) pg_rewind: base/24576/2328 (COPY) pg_rewind: base/24576/2336 (COPY) pg_rewind: base/24576/2337 (COPY) pg_rewind: base/24576/24577 (COPY) pg_rewind: base/24576/2579 (COPY) pg_rewind: base/24576/2600 (COPY) pg_rewind: base/24576/2600_fsm (COPY) pg_rewind: base/24576/2600_vm (COPY) pg_rewind: base/24576/2601 (COPY) pg_rewind: base/24576/2601_fsm (COPY) pg_rewind: base/24576/2601_vm (COPY) pg_rewind: base/24576/2602 (COPY) pg_rewind: base/24576/2602_fsm (COPY) pg_rewind: base/24576/2602_vm (COPY) pg_rewind: base/24576/2603 (COPY) pg_rewind: base/24576/2603_fsm (COPY) pg_rewind: base/24576/2603_vm (COPY) pg_rewind: base/24576/2604 (COPY) pg_rewind: base/24576/2605 (COPY) pg_rewind: base/24576/2605_fsm (COPY) pg_rewind: base/24576/2605_vm (COPY) pg_rewind: base/24576/2606 (COPY) pg_rewind: base/24576/2606_fsm (COPY) pg_rewind: base/24576/2606_vm (COPY) pg_rewind: base/24576/2607 (COPY) pg_rewind: base/24576/2607_fsm (COPY) pg_rewind: base/24576/2607_vm (COPY) pg_rewind: base/24576/2608 (COPY) pg_rewind: base/24576/2608_fsm (COPY) pg_rewind: base/24576/2608_vm (COPY) pg_rewind: base/24576/2609 (COPY) pg_rewind: base/24576/2609_fsm (COPY) pg_rewind: base/24576/2609_vm (COPY) pg_rewind: base/24576/2610 (COPY) pg_rewind: base/24576/2610_fsm (COPY) pg_rewind: base/24576/2610_vm (COPY) pg_rewind: base/24576/2611 (COPY) pg_rewind: base/24576/2612 (COPY) pg_rewind: base/24576/2612_fsm (COPY) pg_rewind: base/24576/2612_vm (COPY) pg_rewind: base/24576/2613 (COPY) pg_rewind: base/24576/2615 (COPY) pg_rewind: base/24576/2615_fsm (COPY) pg_rewind: base/24576/2615_vm (COPY) pg_rewind: base/24576/2616 (COPY) pg_rewind: base/24576/2616_fsm (COPY) pg_rewind: base/24576/2616_vm (COPY) pg_rewind: base/24576/2617 (COPY) pg_rewind: base/24576/2617_fsm (COPY) pg_rewind: base/24576/2617_vm (COPY) pg_rewind: base/24576/2618 (COPY) pg_rewind: base/24576/2618_fsm (COPY) pg_rewind: base/24576/2618_vm (COPY) pg_rewind: base/24576/2619 (COPY) pg_rewind: base/24576/2619_fsm (COPY) pg_rewind: base/24576/2619_vm (COPY) pg_rewind: base/24576/2620 (COPY) pg_rewind: base/24576/2650 (COPY) pg_rewind: base/24576/2651 (COPY) pg_rewind: base/24576/2652 (COPY) pg_rewind: base/24576/2653 (COPY) pg_rewind: base/24576/2654 (COPY) pg_rewind: base/24576/2655 (COPY) pg_rewind: base/24576/2656 (COPY) pg_rewind: base/24576/2657 (COPY) pg_rewind: base/24576/2658 (COPY) pg_rewind: base/24576/2659 (COPY) pg_rewind: base/24576/2660 (COPY) pg_rewind: base/24576/2661 (COPY) pg_rewind: base/24576/2662 (COPY) pg_rewind: base/24576/2663 (COPY) pg_rewind: base/24576/2664 (COPY) pg_rewind: base/24576/2665 (COPY) pg_rewind: base/24576/2666 (COPY) pg_rewind: base/24576/2667 (COPY) pg_rewind: base/24576/2668 (COPY) pg_rewind: base/24576/2669 (COPY) pg_rewind: base/24576/2670 (COPY) pg_rewind: base/24576/2673 (COPY) pg_rewind: base/24576/2674 (COPY) pg_rewind: base/24576/2675 (COPY) pg_rewind: base/24576/2678 (COPY) pg_rewind: base/24576/2679 (COPY) pg_rewind: base/24576/2680 (COPY) pg_rewind: base/24576/2681 (COPY) pg_rewind: base/24576/2682 (COPY) pg_rewind: base/24576/2683 (COPY) pg_rewind: base/24576/2684 (COPY) pg_rewind: base/24576/2685 (COPY) pg_rewind: base/24576/2686 (COPY) pg_rewind: base/24576/2687 (COPY) pg_rewind: base/24576/2688 (COPY) pg_rewind: base/24576/2689 (COPY) pg_rewind: base/24576/2690 (COPY) pg_rewind: base/24576/2691 (COPY) pg_rewind: base/24576/2692 (COPY) pg_rewind: base/24576/2693 (COPY) pg_rewind: base/24576/2696 (COPY) pg_rewind: base/24576/2699 (COPY) pg_rewind: base/24576/2701 (COPY) pg_rewind: base/24576/2702 (COPY) pg_rewind: base/24576/2703 (COPY) pg_rewind: base/24576/2704 (COPY) pg_rewind: base/24576/2753 (COPY) pg_rewind: base/24576/2753_fsm (COPY) pg_rewind: base/24576/2753_vm (COPY) pg_rewind: base/24576/2754 (COPY) pg_rewind: base/24576/2755 (COPY) pg_rewind: base/24576/2756 (COPY) pg_rewind: base/24576/2757 (COPY) pg_rewind: base/24576/2830 (COPY) pg_rewind: base/24576/2831 (COPY) pg_rewind: base/24576/2832 (COPY) pg_rewind: base/24576/2833 (COPY) pg_rewind: base/24576/2834 (COPY) pg_rewind: base/24576/2835 (COPY) pg_rewind: base/24576/2836 (COPY) pg_rewind: base/24576/2836_fsm (COPY) pg_rewind: base/24576/2836_vm (COPY) pg_rewind: base/24576/2837 (COPY) pg_rewind: base/24576/2838 (COPY) pg_rewind: base/24576/2838_fsm (COPY) pg_rewind: base/24576/2838_vm (COPY) pg_rewind: base/24576/2839 (COPY) pg_rewind: base/24576/2840 (COPY) pg_rewind: base/24576/2840_fsm (COPY) pg_rewind: base/24576/2840_vm (COPY) pg_rewind: base/24576/2841 (COPY) pg_rewind: base/24576/2995 (COPY) pg_rewind: base/24576/2996 (COPY) pg_rewind: base/24576/3079 (COPY) pg_rewind: base/24576/3079_fsm (COPY) pg_rewind: base/24576/3079_vm (COPY) pg_rewind: base/24576/3080 (COPY) pg_rewind: base/24576/3081 (COPY) pg_rewind: base/24576/3085 (COPY) pg_rewind: base/24576/3118 (COPY) pg_rewind: base/24576/3119 (COPY) pg_rewind: base/24576/3164 (COPY) pg_rewind: base/24576/3256 (COPY) pg_rewind: base/24576/3257 (COPY) pg_rewind: base/24576/3258 (COPY) pg_rewind: base/24576/3350 (COPY) pg_rewind: base/24576/3351 (COPY) pg_rewind: base/24576/3379 (COPY) pg_rewind: base/24576/3380 (COPY) pg_rewind: base/24576/3381 (COPY) pg_rewind: base/24576/3394 (COPY) pg_rewind: base/24576/3394_fsm (COPY) pg_rewind: base/24576/3394_vm (COPY) pg_rewind: base/24576/3395 (COPY) pg_rewind: base/24576/3429 (COPY) pg_rewind: base/24576/3430 (COPY) pg_rewind: base/24576/3431 (COPY) pg_rewind: base/24576/3433 (COPY) pg_rewind: base/24576/3439 (COPY) pg_rewind: base/24576/3440 (COPY) pg_rewind: base/24576/3455 (COPY) pg_rewind: base/24576/3456 (COPY) pg_rewind: base/24576/3456_fsm (COPY) pg_rewind: base/24576/3456_vm (COPY) pg_rewind: base/24576/3466 (COPY) pg_rewind: base/24576/3467 (COPY) pg_rewind: base/24576/3468 (COPY) pg_rewind: base/24576/3501 (COPY) pg_rewind: base/24576/3502 (COPY) pg_rewind: base/24576/3503 (COPY) pg_rewind: base/24576/3534 (COPY) pg_rewind: base/24576/3541 (COPY) pg_rewind: base/24576/3541_fsm (COPY) pg_rewind: base/24576/3541_vm (COPY) pg_rewind: base/24576/3542 (COPY) pg_rewind: base/24576/3574 (COPY) pg_rewind: base/24576/3575 (COPY) pg_rewind: base/24576/3576 (COPY) pg_rewind: base/24576/3596 (COPY) pg_rewind: base/24576/3597 (COPY) pg_rewind: base/24576/3598 (COPY) pg_rewind: base/24576/3599 (COPY) pg_rewind: base/24576/3600 (COPY) pg_rewind: base/24576/3600_fsm (COPY) pg_rewind: base/24576/3600_vm (COPY) pg_rewind: base/24576/3601 (COPY) pg_rewind: base/24576/3601_fsm (COPY) pg_rewind: base/24576/3601_vm (COPY) pg_rewind: base/24576/3602 (COPY) pg_rewind: base/24576/3602_fsm (COPY) pg_rewind: base/24576/3602_vm (COPY) pg_rewind: base/24576/3603 (COPY) pg_rewind: base/24576/3603_fsm (COPY) pg_rewind: base/24576/3603_vm (COPY) pg_rewind: base/24576/3604 (COPY) pg_rewind: base/24576/3605 (COPY) pg_rewind: base/24576/3606 (COPY) pg_rewind: base/24576/3607 (COPY) pg_rewind: base/24576/3608 (COPY) pg_rewind: base/24576/3609 (COPY) pg_rewind: base/24576/3712 (COPY) pg_rewind: base/24576/3764 (COPY) pg_rewind: base/24576/3764_fsm (COPY) pg_rewind: base/24576/3764_vm (COPY) pg_rewind: base/24576/3766 (COPY) pg_rewind: base/24576/3767 (COPY) pg_rewind: base/24576/3997 (COPY) pg_rewind: base/24576/4143 (COPY) pg_rewind: base/24576/4144 (COPY) pg_rewind: base/24576/4145 (COPY) pg_rewind: base/24576/4146 (COPY) pg_rewind: base/24576/4147 (COPY) pg_rewind: base/24576/4148 (COPY) pg_rewind: base/24576/4149 (COPY) pg_rewind: base/24576/4150 (COPY) pg_rewind: base/24576/4151 (COPY) pg_rewind: base/24576/4152 (COPY) pg_rewind: base/24576/4153 (COPY) pg_rewind: base/24576/4154 (COPY) pg_rewind: base/24576/4155 (COPY) pg_rewind: base/24576/4156 (COPY) pg_rewind: base/24576/4157 (COPY) pg_rewind: base/24576/4158 (COPY) pg_rewind: base/24576/4159 (COPY) pg_rewind: base/24576/4160 (COPY) pg_rewind: base/24576/4163 (COPY) pg_rewind: base/24576/4164 (COPY) pg_rewind: base/24576/4165 (COPY) pg_rewind: base/24576/4166 (COPY) pg_rewind: base/24576/4167 (COPY) pg_rewind: base/24576/4168 (COPY) pg_rewind: base/24576/4169 (COPY) pg_rewind: base/24576/4170 (COPY) pg_rewind: base/24576/4171 (COPY) pg_rewind: base/24576/4172 (COPY) pg_rewind: base/24576/4173 (COPY) pg_rewind: base/24576/4174 (COPY) pg_rewind: base/24576/5002 (COPY) pg_rewind: base/24576/548 (COPY) pg_rewind: base/24576/549 (COPY) pg_rewind: base/24576/6102 (COPY) pg_rewind: base/24576/6104 (COPY) pg_rewind: base/24576/6106 (COPY) pg_rewind: base/24576/6110 (COPY) pg_rewind: base/24576/6111 (COPY) pg_rewind: base/24576/6112 (COPY) pg_rewind: base/24576/6113 (COPY) pg_rewind: base/24576/6116 (COPY) pg_rewind: base/24576/6117 (COPY) pg_rewind: base/24576/6175 (COPY) pg_rewind: base/24576/6176 (COPY) pg_rewind: base/24576/6228 (COPY) pg_rewind: base/24576/6229 (COPY) pg_rewind: base/24576/6237 (COPY) pg_rewind: base/24576/6238 (COPY) pg_rewind: base/24576/6239 (COPY) pg_rewind: base/24576/826 (COPY) pg_rewind: base/24576/827 (COPY) pg_rewind: base/24576/828 (COPY) pg_rewind: base/24576/PG_VERSION (COPY) pg_rewind: base/24576/pg_filenode.map (COPY) pg_rewind: base/4/1247_fsm (COPY) pg_rewind: base/4/1247_vm (COPY) pg_rewind: base/4/1249_fsm (COPY) pg_rewind: base/4/1249_vm (COPY) pg_rewind: base/4/1255_fsm (COPY) pg_rewind: base/4/1255_vm (COPY) pg_rewind: base/4/1259_fsm (COPY) pg_rewind: base/4/1259_vm (COPY) pg_rewind: base/4/14024_fsm (COPY) pg_rewind: base/4/14024_vm (COPY) pg_rewind: base/4/14029_fsm (COPY) pg_rewind: base/4/14029_vm (COPY) pg_rewind: base/4/14034_fsm (COPY) pg_rewind: base/4/14034_vm (COPY) pg_rewind: base/4/14039_fsm (COPY) pg_rewind: base/4/14039_vm (COPY) pg_rewind: base/4/2600_fsm (COPY) pg_rewind: base/4/2600_vm (COPY) pg_rewind: base/4/2601_fsm (COPY) pg_rewind: base/4/2601_vm (COPY) pg_rewind: base/4/2602_fsm (COPY) pg_rewind: base/4/2602_vm (COPY) pg_rewind: base/4/2603_fsm (COPY) pg_rewind: base/4/2603_vm (COPY) pg_rewind: base/4/2605_fsm (COPY) pg_rewind: base/4/2605_vm (COPY) pg_rewind: base/4/2606_fsm (COPY) pg_rewind: base/4/2606_vm (COPY) pg_rewind: base/4/2607_fsm (COPY) pg_rewind: base/4/2607_vm (COPY) pg_rewind: base/4/2608_fsm (COPY) pg_rewind: base/4/2608_vm (COPY) pg_rewind: base/4/2609_fsm (COPY) pg_rewind: base/4/2609_vm (COPY) pg_rewind: base/4/2610_fsm (COPY) pg_rewind: base/4/2610_vm (COPY) pg_rewind: base/4/2612_fsm (COPY) pg_rewind: base/4/2612_vm (COPY) pg_rewind: base/4/2615_fsm (COPY) pg_rewind: base/4/2615_vm (COPY) pg_rewind: base/4/2616_fsm (COPY) pg_rewind: base/4/2616_vm (COPY) pg_rewind: base/4/2617_fsm (COPY) pg_rewind: base/4/2617_vm (COPY) pg_rewind: base/4/2618_fsm (COPY) pg_rewind: base/4/2618_vm (COPY) pg_rewind: base/4/2619_fsm (COPY) pg_rewind: base/4/2619_vm (COPY) pg_rewind: base/4/2753_fsm (COPY) pg_rewind: base/4/2753_vm (COPY) pg_rewind: base/4/2836_fsm (COPY) pg_rewind: base/4/2836_vm (COPY) pg_rewind: base/4/2838_fsm (COPY) pg_rewind: base/4/2838_vm (COPY) pg_rewind: base/4/2840_fsm (COPY) pg_rewind: base/4/2840_vm (COPY) pg_rewind: base/4/3079_fsm (COPY) pg_rewind: base/4/3079_vm (COPY) pg_rewind: base/4/3394_fsm (COPY) pg_rewind: base/4/3394_vm (COPY) pg_rewind: base/4/3456_fsm (COPY) pg_rewind: base/4/3456_vm (COPY) pg_rewind: base/4/3541_fsm (COPY) pg_rewind: base/4/3541_vm (COPY) pg_rewind: base/4/3600_fsm (COPY) pg_rewind: base/4/3600_vm (COPY) pg_rewind: base/4/3601_fsm (COPY) pg_rewind: base/4/3601_vm (COPY) pg_rewind: base/4/3602_fsm (COPY) pg_rewind: base/4/3602_vm (COPY) pg_rewind: base/4/3603_fsm (COPY) pg_rewind: base/4/3603_vm (COPY) pg_rewind: base/4/3764_fsm (COPY) pg_rewind: base/4/3764_vm (COPY) pg_rewind: base/4/pg_filenode.map (COPY) pg_rewind: base/5/1247_fsm (COPY) pg_rewind: base/5/1247_vm (COPY) pg_rewind: base/5/1249_fsm (COPY) pg_rewind: base/5/1249_vm (COPY) pg_rewind: base/5/1255_fsm (COPY) pg_rewind: base/5/1255_vm (COPY) pg_rewind: base/5/1259_fsm (COPY) pg_rewind: base/5/1259_vm (COPY) pg_rewind: base/5/14024_fsm (COPY) pg_rewind: base/5/14024_vm (COPY) pg_rewind: base/5/14029_fsm (COPY) pg_rewind: base/5/14029_vm (COPY) pg_rewind: base/5/14034_fsm (COPY) pg_rewind: base/5/14034_vm (COPY) pg_rewind: base/5/14039_fsm (COPY) pg_rewind: base/5/14039_vm (COPY) pg_rewind: base/5/2600_fsm (COPY) pg_rewind: base/5/2600_vm (COPY) pg_rewind: base/5/2601_fsm (COPY) pg_rewind: base/5/2601_vm (COPY) pg_rewind: base/5/2602_fsm (COPY) pg_rewind: base/5/2602_vm (COPY) pg_rewind: base/5/2603_fsm (COPY) pg_rewind: base/5/2603_vm (COPY) pg_rewind: base/5/2605_fsm (COPY) pg_rewind: base/5/2605_vm (COPY) pg_rewind: base/5/2606_fsm (COPY) pg_rewind: base/5/2606_vm (COPY) pg_rewind: base/5/2607_fsm (COPY) pg_rewind: base/5/2607_vm (COPY) pg_rewind: base/5/2608_fsm (COPY) pg_rewind: base/5/2608_vm (COPY) pg_rewind: base/5/2609_fsm (COPY) pg_rewind: base/5/2609_vm (COPY) pg_rewind: base/5/2610_fsm (COPY) pg_rewind: base/5/2610_vm (COPY) pg_rewind: base/5/2612_fsm (COPY) pg_rewind: base/5/2612_vm (COPY) pg_rewind: base/5/2615_fsm (COPY) pg_rewind: base/5/2615_vm (COPY) pg_rewind: base/5/2616_fsm (COPY) pg_rewind: base/5/2616_vm (COPY) pg_rewind: base/5/2617_fsm (COPY) pg_rewind: base/5/2617_vm (COPY) pg_rewind: base/5/2618_fsm (COPY) pg_rewind: base/5/2618_vm (COPY) pg_rewind: base/5/2619_fsm (COPY) pg_rewind: base/5/2619_vm (COPY) pg_rewind: base/5/2753_fsm (COPY) pg_rewind: base/5/2753_vm (COPY) pg_rewind: base/5/2836_fsm (COPY) pg_rewind: base/5/2836_vm (COPY) pg_rewind: base/5/2838_fsm (COPY) pg_rewind: base/5/2838_vm (COPY) pg_rewind: base/5/2840_fsm (COPY) pg_rewind: base/5/2840_vm (COPY) pg_rewind: base/5/3079_fsm (COPY) pg_rewind: base/5/3079_vm (COPY) pg_rewind: base/5/3394_fsm (COPY) pg_rewind: base/5/3394_vm (COPY) pg_rewind: base/5/3456_fsm (COPY) pg_rewind: base/5/3456_vm (COPY) pg_rewind: base/5/3541_fsm (COPY) pg_rewind: base/5/3541_vm (COPY) pg_rewind: base/5/3600_fsm (COPY) pg_rewind: base/5/3600_vm (COPY) pg_rewind: base/5/3601_fsm (COPY) pg_rewind: base/5/3601_vm (COPY) pg_rewind: base/5/3602_fsm (COPY) pg_rewind: base/5/3602_vm (COPY) pg_rewind: base/5/3603_fsm (COPY) pg_rewind: base/5/3603_vm (COPY) pg_rewind: base/5/3764_fsm (COPY) pg_rewind: base/5/3764_vm (COPY) pg_rewind: base/5/pg_filenode.map (COPY) pg_rewind: global/1213_fsm (COPY) pg_rewind: global/1213_vm (COPY) pg_rewind: global/1260_fsm (COPY) pg_rewind: global/1260_vm (COPY) pg_rewind: global/1261_fsm (COPY) pg_rewind: global/1261_vm (COPY) pg_rewind: global/1262_fsm (COPY) pg_rewind: global/1262_vm (COPY) pg_rewind: global/2396_fsm (COPY) pg_rewind: global/2396_vm (COPY) pg_rewind: global/pg_filenode.map (COPY) pg_rewind: pg_hba.conf (COPY) pg_rewind: pg_ident.conf (COPY) pg_rewind: pg_logical/replorigin_checkpoint (COPY) pg_rewind: pg_multixact/members/0000 (COPY) pg_rewind: pg_multixact/offsets/0000 (COPY) pg_rewind: pg_wal/000000010000000000000002 (COPY) pg_rewind: pg_wal/000000010000000000000003 (COPY) pg_rewind: pg_wal/00000002.history (COPY) pg_rewind: pg_wal/000000020000000000000003 (COPY) pg_rewind: pg_xact/0000 (COPY) pg_rewind: postgresql.auto.conf (COPY) pg_rewind: postgresql.conf (COPY) pg_rewind: base/16389/112 (NONE) pg_rewind: block 0 pg_rewind: base/16389/113 (NONE) pg_rewind: block 0 pg_rewind: base/16389/1247 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: block 14 pg_rewind: base/16389/1249 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: block 14 pg_rewind: block 15 pg_rewind: block 16 pg_rewind: block 17 pg_rewind: block 18 pg_rewind: block 19 pg_rewind: block 20 pg_rewind: block 21 pg_rewind: block 22 pg_rewind: block 23 pg_rewind: block 24 pg_rewind: block 25 pg_rewind: block 26 pg_rewind: block 27 pg_rewind: block 28 pg_rewind: block 29 pg_rewind: block 30 pg_rewind: block 31 pg_rewind: block 32 pg_rewind: block 33 pg_rewind: block 34 pg_rewind: block 35 pg_rewind: block 36 pg_rewind: block 37 pg_rewind: block 38 pg_rewind: block 39 pg_rewind: block 40 pg_rewind: block 41 pg_rewind: block 42 pg_rewind: block 43 pg_rewind: block 44 pg_rewind: block 45 pg_rewind: block 46 pg_rewind: block 47 pg_rewind: block 48 pg_rewind: block 49 pg_rewind: block 50 pg_rewind: block 51 pg_rewind: block 52 pg_rewind: block 53 pg_rewind: block 54 pg_rewind: base/16389/1255 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: block 14 pg_rewind: block 15 pg_rewind: block 16 pg_rewind: block 17 pg_rewind: block 18 pg_rewind: block 19 pg_rewind: block 20 pg_rewind: block 21 pg_rewind: block 22 pg_rewind: block 23 pg_rewind: block 24 pg_rewind: block 25 pg_rewind: block 26 pg_rewind: block 27 pg_rewind: block 28 pg_rewind: block 29 pg_rewind: block 30 pg_rewind: block 31 pg_rewind: block 32 pg_rewind: block 33 pg_rewind: block 34 pg_rewind: block 35 pg_rewind: block 36 pg_rewind: block 37 pg_rewind: block 38 pg_rewind: block 39 pg_rewind: block 40 pg_rewind: block 41 pg_rewind: block 42 pg_rewind: block 43 pg_rewind: block 44 pg_rewind: block 45 pg_rewind: block 46 pg_rewind: block 47 pg_rewind: block 48 pg_rewind: block 49 pg_rewind: block 50 pg_rewind: block 51 pg_rewind: block 52 pg_rewind: block 53 pg_rewind: block 54 pg_rewind: block 55 pg_rewind: block 56 pg_rewind: block 57 pg_rewind: block 58 pg_rewind: block 59 pg_rewind: block 60 pg_rewind: block 61 pg_rewind: block 62 pg_rewind: block 63 pg_rewind: block 64 pg_rewind: block 65 pg_rewind: block 66 pg_rewind: block 67 pg_rewind: block 68 pg_rewind: block 69 pg_rewind: block 70 pg_rewind: block 71 pg_rewind: block 72 pg_rewind: block 73 pg_rewind: block 74 pg_rewind: block 75 pg_rewind: block 76 pg_rewind: block 77 pg_rewind: block 78 pg_rewind: block 79 pg_rewind: block 80 pg_rewind: block 81 pg_rewind: block 82 pg_rewind: block 83 pg_rewind: block 84 pg_rewind: block 85 pg_rewind: block 86 pg_rewind: block 87 pg_rewind: block 88 pg_rewind: block 89 pg_rewind: block 90 pg_rewind: block 91 pg_rewind: block 92 pg_rewind: block 93 pg_rewind: block 94 pg_rewind: block 95 pg_rewind: block 96 pg_rewind: block 97 pg_rewind: block 98 pg_rewind: base/16389/1259 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: base/16389/14024 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: base/16389/14028 (NONE) pg_rewind: block 0 pg_rewind: base/16389/14029 (NONE) pg_rewind: block 0 pg_rewind: base/16389/14033 (NONE) pg_rewind: block 0 pg_rewind: base/16389/14034 (NONE) pg_rewind: block 0 pg_rewind: base/16389/14038 (NONE) pg_rewind: block 0 pg_rewind: base/16389/14039 (NONE) pg_rewind: block 0 pg_rewind: base/16389/14043 (NONE) pg_rewind: block 0 pg_rewind: base/16389/174 (NONE) pg_rewind: block 0 pg_rewind: base/16389/175 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2187 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2228 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2337 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2579 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2600 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2601 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2602 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: base/16389/2603 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: base/16389/2605 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2606 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: base/16389/2607 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2608 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: base/16389/2609 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: block 14 pg_rewind: block 15 pg_rewind: block 16 pg_rewind: block 17 pg_rewind: block 18 pg_rewind: block 19 pg_rewind: block 20 pg_rewind: block 21 pg_rewind: block 22 pg_rewind: block 23 pg_rewind: block 24 pg_rewind: block 25 pg_rewind: block 26 pg_rewind: block 27 pg_rewind: block 28 pg_rewind: block 29 pg_rewind: block 30 pg_rewind: block 31 pg_rewind: block 32 pg_rewind: block 33 pg_rewind: block 34 pg_rewind: block 35 pg_rewind: block 36 pg_rewind: block 37 pg_rewind: block 38 pg_rewind: block 39 pg_rewind: block 40 pg_rewind: block 41 pg_rewind: block 42 pg_rewind: block 43 pg_rewind: block 44 pg_rewind: base/16389/2610 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: base/16389/2612 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2615 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2616 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: base/16389/2617 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: base/16389/2618 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: base/16389/2619 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: block 14 pg_rewind: block 15 pg_rewind: block 16 pg_rewind: block 17 pg_rewind: block 18 pg_rewind: block 19 pg_rewind: base/16389/2650 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2651 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2652 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2653 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: base/16389/2654 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: base/16389/2655 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: base/16389/2656 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2657 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2658 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: block 14 pg_rewind: base/16389/2659 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: base/16389/2660 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2661 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2662 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: base/16389/2663 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: base/16389/2664 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2665 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2666 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2667 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2668 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2669 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2670 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2673 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: base/16389/2674 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: base/16389/2675 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: block 14 pg_rewind: block 15 pg_rewind: block 16 pg_rewind: block 17 pg_rewind: block 18 pg_rewind: block 19 pg_rewind: block 20 pg_rewind: block 21 pg_rewind: block 22 pg_rewind: block 23 pg_rewind: block 24 pg_rewind: block 25 pg_rewind: base/16389/2678 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2679 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2680 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2681 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2682 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2683 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2684 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2685 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2686 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2687 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2688 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: base/16389/2689 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: base/16389/2690 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: base/16389/2691 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: block 14 pg_rewind: block 15 pg_rewind: block 16 pg_rewind: block 17 pg_rewind: block 18 pg_rewind: block 19 pg_rewind: block 20 pg_rewind: block 21 pg_rewind: block 22 pg_rewind: block 23 pg_rewind: block 24 pg_rewind: block 25 pg_rewind: block 26 pg_rewind: block 27 pg_rewind: block 28 pg_rewind: block 29 pg_rewind: block 30 pg_rewind: block 31 pg_rewind: base/16389/2692 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2693 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2696 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: base/16389/2699 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2701 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2702 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2703 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: base/16389/2704 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: base/16389/2753 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2754 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2755 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2756 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: base/16389/2757 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: base/16389/2831 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2833 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2835 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2836 (NONE) pg_rewind: block 0 pg_rewind: base/16389/2837 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2838 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: block 14 pg_rewind: block 15 pg_rewind: block 16 pg_rewind: block 17 pg_rewind: block 18 pg_rewind: block 19 pg_rewind: block 20 pg_rewind: block 21 pg_rewind: block 22 pg_rewind: block 23 pg_rewind: block 24 pg_rewind: block 25 pg_rewind: block 26 pg_rewind: block 27 pg_rewind: block 28 pg_rewind: block 29 pg_rewind: block 30 pg_rewind: block 31 pg_rewind: block 32 pg_rewind: block 33 pg_rewind: block 34 pg_rewind: block 35 pg_rewind: block 36 pg_rewind: block 37 pg_rewind: block 38 pg_rewind: block 39 pg_rewind: block 40 pg_rewind: block 41 pg_rewind: block 42 pg_rewind: block 43 pg_rewind: block 44 pg_rewind: block 45 pg_rewind: block 46 pg_rewind: block 47 pg_rewind: block 48 pg_rewind: block 49 pg_rewind: block 50 pg_rewind: block 51 pg_rewind: block 52 pg_rewind: block 53 pg_rewind: block 54 pg_rewind: block 55 pg_rewind: block 56 pg_rewind: block 57 pg_rewind: block 58 pg_rewind: block 59 pg_rewind: block 60 pg_rewind: block 61 pg_rewind: block 62 pg_rewind: block 63 pg_rewind: block 64 pg_rewind: block 65 pg_rewind: base/16389/2839 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2840 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: base/16389/2841 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/2996 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3079 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3080 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3081 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3085 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: base/16389/3119 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3164 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: base/16389/3257 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3258 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3351 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3379 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3380 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3394 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: base/16389/3395 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3431 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3433 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3440 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3455 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3456 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: block 4 pg_rewind: block 5 pg_rewind: block 6 pg_rewind: block 7 pg_rewind: block 8 pg_rewind: block 9 pg_rewind: block 10 pg_rewind: block 11 pg_rewind: block 12 pg_rewind: block 13 pg_rewind: block 14 pg_rewind: block 15 pg_rewind: block 16 pg_rewind: block 17 pg_rewind: block 18 pg_rewind: block 19 pg_rewind: block 20 pg_rewind: block 21 pg_rewind: block 22 pg_rewind: block 23 pg_rewind: block 24 pg_rewind: block 25 pg_rewind: base/16389/3467 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3468 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3502 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3503 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3534 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3541 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3542 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3574 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3575 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3597 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3599 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3600 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3601 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3602 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3603 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: base/16389/3604 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3605 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3606 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3607 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3608 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3609 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: block 2 pg_rewind: block 3 pg_rewind: base/16389/3712 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3764 (NONE) pg_rewind: block 0 pg_rewind: base/16389/3766 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3767 (NONE) pg_rewind: block 0 pg_rewind: block 1 pg_rewind: base/16389/3997 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4144 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4146 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4148 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4150 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4152 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4154 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4156 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4158 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4160 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4164 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4166 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4168 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4170 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4172 (NONE) pg_rewind: block 0 pg_rewind: base/16389/4174 (NONE) pg_rewind: block 0 pg_rewind: base/16389/5002 (NONE) pg_rewind: block 0 pg_rewind: base/16389/548 (NONE) pg_rewind: block 0 pg_rewind: base/16389/549 (NONE) pg_rewind: block 0 pg_rewind: base/16389/6110 (NONE) pg_rewind: block 0 pg_rewind: base/16389/6111 (NONE) pg_rewind: block 0 pg_rewind: base/16389/6112 (NONE) pg_rewind: block 0 pg_rewind: base/16389/6113 (NONE) pg_rewind: block 0 pg_rewind: base/16389/6116 (NONE) pg_rewind: block 0 pg_rewind: base/16389/6117 (NONE) pg_rewind: block 0 pg_rewind: base/16389/6176 (NONE) pg_rewind: block 0 pg_rewind: base/16389/6229 (NONE) pg_rewind: block 0 pg_rewind: base/16389/6238 (NONE) pg_rewind: block 0 pg_rewind: base/16389/6239 (NONE) pg_rewind: block 0 pg_rewind: base/16389/827 (NONE) pg_rewind: block 0 pg_rewind: base/16389/828 (NONE) pg_rewind: block 0 pg_rewind: base/5/1255 (NONE) pg_rewind: block 46 pg_rewind: global/1262 (NONE) pg_rewind: block 0 pg_rewind: global/2671 (NONE) pg_rewind: block 1 pg_rewind: global/2672 (NONE) pg_rewind: block 1 pg_rewind: postmaster.opts (REMOVE) pg_rewind: pg_wal/000000010000000000000001 (REMOVE) pg_rewind: pg_subtrans/0000 (REMOVE) pg_rewind: pg_stat/pgstat.stat (REMOVE) pg_rewind: global/pg_internal.init (REMOVE) pg_rewind: base/pgsql_tmp (REMOVE) pg_rewind: base/16393/pg_filenode.map (REMOVE) pg_rewind: base/16393/PG_VERSION (REMOVE) pg_rewind: base/16393/828 (REMOVE) pg_rewind: base/16393/827 (REMOVE) pg_rewind: base/16393/826 (REMOVE) pg_rewind: base/16393/6239 (REMOVE) pg_rewind: base/16393/6238 (REMOVE) pg_rewind: base/16393/6237 (REMOVE) pg_rewind: base/16393/6229 (REMOVE) pg_rewind: base/16393/6228 (REMOVE) pg_rewind: base/16393/6176 (REMOVE) pg_rewind: base/16393/6175 (REMOVE) pg_rewind: base/16393/6117 (REMOVE) pg_rewind: base/16393/6116 (REMOVE) pg_rewind: base/16393/6113 (REMOVE) pg_rewind: base/16393/6112 (REMOVE) pg_rewind: base/16393/6111 (REMOVE) pg_rewind: base/16393/6110 (REMOVE) pg_rewind: base/16393/6106 (REMOVE) pg_rewind: base/16393/6104 (REMOVE) pg_rewind: base/16393/6102 (REMOVE) pg_rewind: base/16393/549 (REMOVE) pg_rewind: base/16393/548 (REMOVE) pg_rewind: base/16393/5002 (REMOVE) pg_rewind: base/16393/4174 (REMOVE) pg_rewind: base/16393/4173 (REMOVE) pg_rewind: base/16393/4172 (REMOVE) pg_rewind: base/16393/4171 (REMOVE) pg_rewind: base/16393/4170 (REMOVE) pg_rewind: base/16393/4169 (REMOVE) pg_rewind: base/16393/4168 (REMOVE) pg_rewind: base/16393/4167 (REMOVE) pg_rewind: base/16393/4166 (REMOVE) pg_rewind: base/16393/4165 (REMOVE) pg_rewind: base/16393/4164 (REMOVE) pg_rewind: base/16393/4163 (REMOVE) pg_rewind: base/16393/4160 (REMOVE) pg_rewind: base/16393/4159 (REMOVE) pg_rewind: base/16393/4158 (REMOVE) pg_rewind: base/16393/4157 (REMOVE) pg_rewind: base/16393/4156 (REMOVE) pg_rewind: base/16393/4155 (REMOVE) pg_rewind: base/16393/4154 (REMOVE) pg_rewind: base/16393/4153 (REMOVE) pg_rewind: base/16393/4152 (REMOVE) pg_rewind: base/16393/4151 (REMOVE) pg_rewind: base/16393/4150 (REMOVE) pg_rewind: base/16393/4149 (REMOVE) pg_rewind: base/16393/4148 (REMOVE) pg_rewind: base/16393/4147 (REMOVE) pg_rewind: base/16393/4146 (REMOVE) pg_rewind: base/16393/4145 (REMOVE) pg_rewind: base/16393/4144 (REMOVE) pg_rewind: base/16393/4143 (REMOVE) pg_rewind: base/16393/3997 (REMOVE) pg_rewind: base/16393/3767 (REMOVE) pg_rewind: base/16393/3766 (REMOVE) pg_rewind: base/16393/3764_vm (REMOVE) pg_rewind: base/16393/3764_fsm (REMOVE) pg_rewind: base/16393/3764 (REMOVE) pg_rewind: base/16393/3712 (REMOVE) pg_rewind: base/16393/3609 (REMOVE) pg_rewind: base/16393/3608 (REMOVE) pg_rewind: base/16393/3607 (REMOVE) pg_rewind: base/16393/3606 (REMOVE) pg_rewind: base/16393/3605 (REMOVE) pg_rewind: base/16393/3604 (REMOVE) pg_rewind: base/16393/3603_vm (REMOVE) pg_rewind: base/16393/3603_fsm (REMOVE) pg_rewind: base/16393/3603 (REMOVE) pg_rewind: base/16393/3602_vm (REMOVE) pg_rewind: base/16393/3602_fsm (REMOVE) pg_rewind: base/16393/3602 (REMOVE) pg_rewind: base/16393/3601_vm (REMOVE) pg_rewind: base/16393/3601_fsm (REMOVE) pg_rewind: base/16393/3601 (REMOVE) pg_rewind: base/16393/3600_vm (REMOVE) pg_rewind: base/16393/3600_fsm (REMOVE) pg_rewind: base/16393/3600 (REMOVE) pg_rewind: base/16393/3599 (REMOVE) pg_rewind: base/16393/3598 (REMOVE) pg_rewind: base/16393/3597 (REMOVE) pg_rewind: base/16393/3596 (REMOVE) pg_rewind: base/16393/3576 (REMOVE) pg_rewind: base/16393/3575 (REMOVE) pg_rewind: base/16393/3574 (REMOVE) pg_rewind: base/16393/3542 (REMOVE) pg_rewind: base/16393/3541_vm (REMOVE) pg_rewind: base/16393/3541_fsm (REMOVE) pg_rewind: base/16393/3541 (REMOVE) pg_rewind: base/16393/3534 (REMOVE) pg_rewind: base/16393/3503 (REMOVE) pg_rewind: base/16393/3502 (REMOVE) pg_rewind: base/16393/3501 (REMOVE) pg_rewind: base/16393/3468 (REMOVE) pg_rewind: base/16393/3467 (REMOVE) pg_rewind: base/16393/3466 (REMOVE) pg_rewind: base/16393/3456_vm (REMOVE) pg_rewind: base/16393/3456_fsm (REMOVE) pg_rewind: base/16393/3456 (REMOVE) pg_rewind: base/16393/3455 (REMOVE) pg_rewind: base/16393/3440 (REMOVE) pg_rewind: base/16393/3439 (REMOVE) pg_rewind: base/16393/3433 (REMOVE) pg_rewind: base/16393/3431 (REMOVE) pg_rewind: base/16393/3430 (REMOVE) pg_rewind: base/16393/3429 (REMOVE) pg_rewind: base/16393/3395 (REMOVE) pg_rewind: base/16393/3394_vm (REMOVE) pg_rewind: base/16393/3394_fsm (REMOVE) pg_rewind: base/16393/3394 (REMOVE) pg_rewind: base/16393/3381 (REMOVE) pg_rewind: base/16393/3380 (REMOVE) pg_rewind: base/16393/3379 (REMOVE) pg_rewind: base/16393/3351 (REMOVE) pg_rewind: base/16393/3350 (REMOVE) pg_rewind: base/16393/3258 (REMOVE) pg_rewind: base/16393/3257 (REMOVE) pg_rewind: base/16393/3256 (REMOVE) pg_rewind: base/16393/3164 (REMOVE) pg_rewind: base/16393/3119 (REMOVE) pg_rewind: base/16393/3118 (REMOVE) pg_rewind: base/16393/3085 (REMOVE) pg_rewind: base/16393/3081 (REMOVE) pg_rewind: base/16393/3080 (REMOVE) pg_rewind: base/16393/3079_vm (REMOVE) pg_rewind: base/16393/3079_fsm (REMOVE) pg_rewind: base/16393/3079 (REMOVE) pg_rewind: base/16393/2996 (REMOVE) pg_rewind: base/16393/2995 (REMOVE) pg_rewind: base/16393/2841 (REMOVE) pg_rewind: base/16393/2840_vm (REMOVE) pg_rewind: base/16393/2840_fsm (REMOVE) pg_rewind: base/16393/2840 (REMOVE) pg_rewind: base/16393/2839 (REMOVE) pg_rewind: base/16393/2838_vm (REMOVE) pg_rewind: base/16393/2838_fsm (REMOVE) pg_rewind: base/16393/2838 (REMOVE) pg_rewind: base/16393/2837 (REMOVE) pg_rewind: base/16393/2836_vm (REMOVE) pg_rewind: base/16393/2836_fsm (REMOVE) pg_rewind: base/16393/2836 (REMOVE) pg_rewind: base/16393/2835 (REMOVE) pg_rewind: base/16393/2834 (REMOVE) pg_rewind: base/16393/2833 (REMOVE) pg_rewind: base/16393/2832 (REMOVE) pg_rewind: base/16393/2831 (REMOVE) pg_rewind: base/16393/2830 (REMOVE) pg_rewind: base/16393/2757 (REMOVE) pg_rewind: base/16393/2756 (REMOVE) pg_rewind: base/16393/2755 (REMOVE) pg_rewind: base/16393/2754 (REMOVE) pg_rewind: base/16393/2753_vm (REMOVE) pg_rewind: base/16393/2753_fsm (REMOVE) pg_rewind: base/16393/2753 (REMOVE) pg_rewind: base/16393/2704 (REMOVE) pg_rewind: base/16393/2703 (REMOVE) pg_rewind: base/16393/2702 (REMOVE) pg_rewind: base/16393/2701 (REMOVE) pg_rewind: base/16393/2699 (REMOVE) pg_rewind: base/16393/2696 (REMOVE) pg_rewind: base/16393/2693 (REMOVE) pg_rewind: base/16393/2692 (REMOVE) pg_rewind: base/16393/2691 (REMOVE) pg_rewind: base/16393/2690 (REMOVE) pg_rewind: base/16393/2689 (REMOVE) pg_rewind: base/16393/2688 (REMOVE) pg_rewind: base/16393/2687 (REMOVE) pg_rewind: base/16393/2686 (REMOVE) pg_rewind: base/16393/2685 (REMOVE) pg_rewind: base/16393/2684 (REMOVE) pg_rewind: base/16393/2683 (REMOVE) pg_rewind: base/16393/2682 (REMOVE) pg_rewind: base/16393/2681 (REMOVE) pg_rewind: base/16393/2680 (REMOVE) pg_rewind: base/16393/2679 (REMOVE) pg_rewind: base/16393/2678 (REMOVE) pg_rewind: base/16393/2675 (REMOVE) pg_rewind: base/16393/2674 (REMOVE) pg_rewind: base/16393/2673 (REMOVE) pg_rewind: base/16393/2670 (REMOVE) pg_rewind: base/16393/2669 (REMOVE) pg_rewind: base/16393/2668 (REMOVE) pg_rewind: base/16393/2667 (REMOVE) pg_rewind: base/16393/2666 (REMOVE) pg_rewind: base/16393/2665 (REMOVE) pg_rewind: base/16393/2664 (REMOVE) pg_rewind: base/16393/2663 (REMOVE) pg_rewind: base/16393/2662 (REMOVE) pg_rewind: base/16393/2661 (REMOVE) pg_rewind: base/16393/2660 (REMOVE) pg_rewind: base/16393/2659 (REMOVE) pg_rewind: base/16393/2658 (REMOVE) pg_rewind: base/16393/2657 (REMOVE) pg_rewind: base/16393/2656 (REMOVE) pg_rewind: base/16393/2655 (REMOVE) pg_rewind: base/16393/2654 (REMOVE) pg_rewind: base/16393/2653 (REMOVE) pg_rewind: base/16393/2652 (REMOVE) pg_rewind: base/16393/2651 (REMOVE) pg_rewind: base/16393/2650 (REMOVE) pg_rewind: base/16393/2620 (REMOVE) pg_rewind: base/16393/2619_vm (REMOVE) pg_rewind: base/16393/2619_fsm (REMOVE) pg_rewind: base/16393/2619 (REMOVE) pg_rewind: base/16393/2618_vm (REMOVE) pg_rewind: base/16393/2618_fsm (REMOVE) pg_rewind: base/16393/2618 (REMOVE) pg_rewind: base/16393/2617_vm (REMOVE) pg_rewind: base/16393/2617_fsm (REMOVE) pg_rewind: base/16393/2617 (REMOVE) pg_rewind: base/16393/2616_vm (REMOVE) pg_rewind: base/16393/2616_fsm (REMOVE) pg_rewind: base/16393/2616 (REMOVE) pg_rewind: base/16393/2615_vm (REMOVE) pg_rewind: base/16393/2615_fsm (REMOVE) pg_rewind: base/16393/2615 (REMOVE) pg_rewind: base/16393/2613 (REMOVE) pg_rewind: base/16393/2612_vm (REMOVE) pg_rewind: base/16393/2612_fsm (REMOVE) pg_rewind: base/16393/2612 (REMOVE) pg_rewind: base/16393/2611 (REMOVE) pg_rewind: base/16393/2610_vm (REMOVE) pg_rewind: base/16393/2610_fsm (REMOVE) pg_rewind: base/16393/2610 (REMOVE) pg_rewind: base/16393/2609_vm (REMOVE) pg_rewind: base/16393/2609_fsm (REMOVE) pg_rewind: base/16393/2609 (REMOVE) pg_rewind: base/16393/2608_vm (REMOVE) pg_rewind: base/16393/2608_fsm (REMOVE) pg_rewind: base/16393/2608 (REMOVE) pg_rewind: base/16393/2607_vm (REMOVE) pg_rewind: base/16393/2607_fsm (REMOVE) pg_rewind: base/16393/2607 (REMOVE) pg_rewind: base/16393/2606_vm (REMOVE) pg_rewind: base/16393/2606_fsm (REMOVE) pg_rewind: base/16393/2606 (REMOVE) pg_rewind: base/16393/2605_vm (REMOVE) pg_rewind: base/16393/2605_fsm (REMOVE) pg_rewind: base/16393/2605 (REMOVE) pg_rewind: base/16393/2604 (REMOVE) pg_rewind: base/16393/2603_vm (REMOVE) pg_rewind: base/16393/2603_fsm (REMOVE) pg_rewind: base/16393/2603 (REMOVE) pg_rewind: base/16393/2602_vm (REMOVE) pg_rewind: base/16393/2602_fsm (REMOVE) pg_rewind: base/16393/2602 (REMOVE) pg_rewind: base/16393/2601_vm (REMOVE) pg_rewind: base/16393/2601_fsm (REMOVE) pg_rewind: base/16393/2601 (REMOVE) pg_rewind: base/16393/2600_vm (REMOVE) pg_rewind: base/16393/2600_fsm (REMOVE) pg_rewind: base/16393/2600 (REMOVE) pg_rewind: base/16393/2579 (REMOVE) pg_rewind: base/16393/2337 (REMOVE) pg_rewind: base/16393/2336 (REMOVE) pg_rewind: base/16393/2328 (REMOVE) pg_rewind: base/16393/2228 (REMOVE) pg_rewind: base/16393/2224 (REMOVE) pg_rewind: base/16393/2187 (REMOVE) pg_rewind: base/16393/175 (REMOVE) pg_rewind: base/16393/174 (REMOVE) pg_rewind: base/16393/16394 (REMOVE) pg_rewind: base/16393/1418 (REMOVE) pg_rewind: base/16393/1417 (REMOVE) pg_rewind: base/16393/14043 (REMOVE) pg_rewind: base/16393/14042 (REMOVE) pg_rewind: base/16393/14039_vm (REMOVE) pg_rewind: base/16393/14039_fsm (REMOVE) pg_rewind: base/16393/14039 (REMOVE) pg_rewind: base/16393/14038 (REMOVE) pg_rewind: base/16393/14037 (REMOVE) pg_rewind: base/16393/14034_vm (REMOVE) pg_rewind: base/16393/14034_fsm (REMOVE) pg_rewind: base/16393/14034 (REMOVE) pg_rewind: base/16393/14033 (REMOVE) pg_rewind: base/16393/14032 (REMOVE) pg_rewind: base/16393/14029_vm (REMOVE) pg_rewind: base/16393/14029_fsm (REMOVE) pg_rewind: base/16393/14029 (REMOVE) pg_rewind: base/16393/14028 (REMOVE) pg_rewind: base/16393/14027 (REMOVE) pg_rewind: base/16393/14024_vm (REMOVE) pg_rewind: base/16393/14024_fsm (REMOVE) pg_rewind: base/16393/14024 (REMOVE) pg_rewind: base/16393/1259_vm (REMOVE) pg_rewind: base/16393/1259_fsm (REMOVE) pg_rewind: base/16393/1259 (REMOVE) pg_rewind: base/16393/1255_vm (REMOVE) pg_rewind: base/16393/1255_fsm (REMOVE) pg_rewind: base/16393/1255 (REMOVE) pg_rewind: base/16393/1249_vm (REMOVE) pg_rewind: base/16393/1249_fsm (REMOVE) pg_rewind: base/16393/1249 (REMOVE) pg_rewind: base/16393/1247_vm (REMOVE) pg_rewind: base/16393/1247_fsm (REMOVE) pg_rewind: base/16393/1247 (REMOVE) pg_rewind: base/16393/113 (REMOVE) pg_rewind: base/16393/112 (REMOVE) pg_rewind: base/16393 (REMOVE) pg_rewind: base/1/pg_internal.init (REMOVE) pg_rewind: getting 918 file chunks pg_rewind: received chunk for file "backup_label.old", offset 0, size 225 pg_rewind: received chunk for file "base/1/1247_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/1247_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/1249_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/1249_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/1255_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/1255_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/1259_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/1259_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/14024_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/14024_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/14029_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/14029_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/14034_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/14034_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/14039_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/14039_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2600_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2600_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2601_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2601_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2602_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2602_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2603_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2603_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2605_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2605_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2606_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2606_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2607_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2607_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2608_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2608_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2609_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2609_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2610_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2610_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2612_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2612_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2615_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2615_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2616_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2616_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2617_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2617_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2618_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2618_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2619_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2619_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2753_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2753_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2836_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2836_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2838_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2838_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/2840_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/2840_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/3079_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/3079_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/3394_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/3394_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/3456_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/3456_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/3541_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/3541_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/3600_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/3600_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/3601_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/3601_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/3602_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/3602_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/3603_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/3603_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/3764_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/1/3764_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/1/pg_filenode.map", offset 0, size 524 pg_rewind: received chunk for file "base/16385/1247_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/1247_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/1249_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/1249_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/1255_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/1255_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/1259_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/1259_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/14024_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/14024_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/14029_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/14029_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/14034_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/14034_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/14039_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/14039_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/2600_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/2600_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/2601_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/2601_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/2602_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/2602_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/2603_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/2603_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/2605_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/2605_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/2606_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/2606_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/2607_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/2607_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/2608_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/2608_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/2609_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/2609_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/2610_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/2610_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/2612_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/2612_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/2615_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/2615_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/2616_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/2616_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/2617_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/2617_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/2618_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/2618_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/2619_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/2619_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/2753_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/2753_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/2836_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/2836_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/2838_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/2838_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/2840_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/2840_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/3079_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/3079_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/3394_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/3394_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/3456_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/3456_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/3541_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/3541_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/3600_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/3600_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/3601_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/3601_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/3602_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/3602_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/3603_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/3603_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/3764_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16385/3764_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16385/pg_filenode.map", offset 0, size 524 pg_rewind: received chunk for file "base/16389/1247_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/1247_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/1249_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/1249_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/1255_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/1255_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/1259_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/1259_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/14024_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/14024_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/14029_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/14029_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/14034_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/14034_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/14039_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/14039_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2600_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/2600_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2601_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/2601_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2602_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/2602_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2603_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/2603_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2605_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/2605_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2606_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/2606_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2607_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/2607_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2608_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/2608_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2609_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/2609_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2610_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/2610_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2612_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/2612_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2615_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/2615_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2616_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/2616_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2617_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/2617_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2618_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/2618_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2619_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/2619_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2753_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/2753_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2836_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/2836_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2838_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/2838_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2840_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/2840_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3079_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/3079_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3394_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/3394_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3456_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/3456_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3541_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/3541_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3600_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/3600_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3601_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/3601_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3602_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/3602_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3603_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/3603_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3764_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/3764_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/pg_filenode.map", offset 0, size 524 pg_rewind: received chunk for file "base/24576/112", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/113", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/1247", offset 0, size 122880 pg_rewind: received chunk for file "base/24576/1247_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/1247_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/1249", offset 0, size 450560 pg_rewind: received chunk for file "base/24576/1249_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/1249_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/1255", offset 0, size 811008 pg_rewind: received chunk for file "base/24576/1255_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/1255_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/1259", offset 0, size 114688 pg_rewind: received chunk for file "base/24576/1259_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/1259_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/14024", offset 0, size 65536 pg_rewind: received chunk for file "base/24576/14024_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/14024_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/14027", offset 0, size 0 pg_rewind: received chunk for file "base/24576/14028", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/14029", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/14029_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/14029_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/14032", offset 0, size 0 pg_rewind: received chunk for file "base/24576/14033", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/14034", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/14034_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/14034_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/14037", offset 0, size 0 pg_rewind: received chunk for file "base/24576/14038", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/14039", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/14039_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/14039_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/14042", offset 0, size 0 pg_rewind: received chunk for file "base/24576/14043", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/1417", offset 0, size 0 pg_rewind: received chunk for file "base/24576/1418", offset 0, size 0 pg_rewind: received chunk for file "base/24576/174", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/175", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2187", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2224", offset 0, size 0 pg_rewind: received chunk for file "base/24576/2228", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2328", offset 0, size 0 pg_rewind: received chunk for file "base/24576/2336", offset 0, size 0 pg_rewind: received chunk for file "base/24576/2337", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/24577", offset 0, size 0 pg_rewind: received chunk for file "base/24576/2579", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2600", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2600_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/2600_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2601", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2601_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/2601_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2602", offset 0, size 57344 pg_rewind: received chunk for file "base/24576/2602_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/2602_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2603", offset 0, size 40960 pg_rewind: received chunk for file "base/24576/2603_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/2603_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2604", offset 0, size 0 pg_rewind: received chunk for file "base/24576/2605", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2605_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/2605_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2606", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/2606_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/2606_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2607", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2607_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/2607_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2608", offset 0, size 106496 pg_rewind: received chunk for file "base/24576/2608_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/2608_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2609", offset 0, size 368640 pg_rewind: received chunk for file "base/24576/2609_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/2609_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2610", offset 0, size 32768 pg_rewind: received chunk for file "base/24576/2610_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/2610_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2611", offset 0, size 0 pg_rewind: received chunk for file "base/24576/2612", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2612_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/2612_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2613", offset 0, size 0 pg_rewind: received chunk for file "base/24576/2615", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2615_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/2615_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2616", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/2616_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/2616_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2617", offset 0, size 114688 pg_rewind: received chunk for file "base/24576/2617_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/2617_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2618", offset 0, size 114688 pg_rewind: received chunk for file "base/24576/2618_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/2618_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2619", offset 0, size 163840 pg_rewind: received chunk for file "base/24576/2619_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/2619_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2620", offset 0, size 0 pg_rewind: received chunk for file "base/24576/2650", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2651", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2652", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2653", offset 0, size 49152 pg_rewind: received chunk for file "base/24576/2654", offset 0, size 49152 pg_rewind: received chunk for file "base/24576/2655", offset 0, size 40960 pg_rewind: received chunk for file "base/24576/2656", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2657", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2658", offset 0, size 122880 pg_rewind: received chunk for file "base/24576/2659", offset 0, size 90112 pg_rewind: received chunk for file "base/24576/2660", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2661", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2662", offset 0, size 32768 pg_rewind: received chunk for file "base/24576/2663", offset 0, size 40960 pg_rewind: received chunk for file "base/24576/2664", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2665", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2666", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2667", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2668", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2669", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2670", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2673", offset 0, size 81920 pg_rewind: received chunk for file "base/24576/2674", offset 0, size 65536 pg_rewind: received chunk for file "base/24576/2675", offset 0, size 212992 pg_rewind: received chunk for file "base/24576/2678", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2679", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2680", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2681", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2682", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2683", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2684", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2685", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2686", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2687", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2688", offset 0, size 40960 pg_rewind: received chunk for file "base/24576/2689", offset 0, size 49152 pg_rewind: received chunk for file "base/24576/2690", offset 0, size 98304 pg_rewind: received chunk for file "base/24576/2691", offset 0, size 262144 pg_rewind: received chunk for file "base/24576/2692", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2693", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2696", offset 0, size 32768 pg_rewind: received chunk for file "base/24576/2699", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2701", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2702", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2703", offset 0, size 32768 pg_rewind: received chunk for file "base/24576/2704", offset 0, size 40960 pg_rewind: received chunk for file "base/24576/2753", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2753_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/2753_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2754", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2755", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2756", offset 0, size 40960 pg_rewind: received chunk for file "base/24576/2757", offset 0, size 32768 pg_rewind: received chunk for file "base/24576/2830", offset 0, size 0 pg_rewind: received chunk for file "base/24576/2831", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2832", offset 0, size 0 pg_rewind: received chunk for file "base/24576/2833", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2834", offset 0, size 0 pg_rewind: received chunk for file "base/24576/2835", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2836", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2836_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/2836_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2837", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2838", offset 0, size 540672 pg_rewind: received chunk for file "base/24576/2838_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/2838_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2839", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2840", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/2840_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/2840_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/2841", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/2995", offset 0, size 0 pg_rewind: received chunk for file "base/24576/2996", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3079", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3079_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/3079_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3080", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/3081", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/3085", offset 0, size 49152 pg_rewind: received chunk for file "base/24576/3118", offset 0, size 0 pg_rewind: received chunk for file "base/24576/3119", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3164", offset 0, size 106496 pg_rewind: received chunk for file "base/24576/3256", offset 0, size 0 pg_rewind: received chunk for file "base/24576/3257", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3258", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3350", offset 0, size 0 pg_rewind: received chunk for file "base/24576/3351", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3379", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3380", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3381", offset 0, size 0 pg_rewind: received chunk for file "base/24576/3394", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/3394_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/3394_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3395", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/3429", offset 0, size 0 pg_rewind: received chunk for file "base/24576/3430", offset 0, size 0 pg_rewind: received chunk for file "base/24576/3431", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3433", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3439", offset 0, size 0 pg_rewind: received chunk for file "base/24576/3440", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3455", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/3456", offset 0, size 212992 pg_rewind: received chunk for file "base/24576/3456_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/3456_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3466", offset 0, size 0 pg_rewind: received chunk for file "base/24576/3467", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3468", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3501", offset 0, size 0 pg_rewind: received chunk for file "base/24576/3502", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3503", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3534", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3541", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3541_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/3541_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3542", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/3574", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3575", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3576", offset 0, size 0 pg_rewind: received chunk for file "base/24576/3596", offset 0, size 0 pg_rewind: received chunk for file "base/24576/3597", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3598", offset 0, size 0 pg_rewind: received chunk for file "base/24576/3599", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3600", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3600_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/3600_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3601", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3601_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/3601_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3602", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3602_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/3602_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3603", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/3603_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/3603_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3604", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/3605", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/3606", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/3607", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/3608", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/3609", offset 0, size 32768 pg_rewind: received chunk for file "base/24576/3712", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/3764", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3764_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/24576/3764_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/3766", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/3767", offset 0, size 16384 pg_rewind: received chunk for file "base/24576/3997", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/4143", offset 0, size 0 pg_rewind: received chunk for file "base/24576/4144", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/4145", offset 0, size 0 pg_rewind: received chunk for file "base/24576/4146", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/4147", offset 0, size 0 pg_rewind: received chunk for file "base/24576/4148", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/4149", offset 0, size 0 pg_rewind: received chunk for file "base/24576/4150", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/4151", offset 0, size 0 pg_rewind: received chunk for file "base/24576/4152", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/4153", offset 0, size 0 pg_rewind: received chunk for file "base/24576/4154", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/4155", offset 0, size 0 pg_rewind: received chunk for file "base/24576/4156", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/4157", offset 0, size 0 pg_rewind: received chunk for file "base/24576/4158", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/4159", offset 0, size 0 pg_rewind: received chunk for file "base/24576/4160", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/4163", offset 0, size 0 pg_rewind: received chunk for file "base/24576/4164", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/4165", offset 0, size 0 pg_rewind: received chunk for file "base/24576/4166", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/4167", offset 0, size 0 pg_rewind: received chunk for file "base/24576/4168", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/4169", offset 0, size 0 pg_rewind: received chunk for file "base/24576/4170", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/4171", offset 0, size 0 pg_rewind: received chunk for file "base/24576/4172", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/4173", offset 0, size 0 pg_rewind: received chunk for file "base/24576/4174", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/5002", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/548", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/549", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/6102", offset 0, size 0 pg_rewind: received chunk for file "base/24576/6104", offset 0, size 0 pg_rewind: received chunk for file "base/24576/6106", offset 0, size 0 pg_rewind: received chunk for file "base/24576/6110", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/6111", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/6112", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/6113", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/6116", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/6117", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/6175", offset 0, size 0 pg_rewind: received chunk for file "base/24576/6176", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/6228", offset 0, size 0 pg_rewind: received chunk for file "base/24576/6229", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/6237", offset 0, size 0 pg_rewind: received chunk for file "base/24576/6238", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/6239", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/826", offset 0, size 0 pg_rewind: received chunk for file "base/24576/827", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/828", offset 0, size 8192 pg_rewind: received chunk for file "base/24576/PG_VERSION", offset 0, size 3 pg_rewind: received chunk for file "base/24576/pg_filenode.map", offset 0, size 524 pg_rewind: received chunk for file "base/4/1247_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/1247_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/1249_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/1249_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/1255_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/1255_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/1259_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/1259_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/14024_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/14024_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/14029_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/14029_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/14034_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/14034_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/14039_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/14039_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2600_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2600_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2601_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2601_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2602_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2602_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2603_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2603_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2605_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2605_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2606_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2606_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2607_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2607_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2608_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2608_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2609_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2609_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2610_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2610_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2612_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2612_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2615_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2615_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2616_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2616_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2617_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2617_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2618_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2618_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2619_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2619_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2753_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2753_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2836_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2836_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2838_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2838_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/2840_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/2840_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/3079_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/3079_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/3394_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/3394_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/3456_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/3456_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/3541_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/3541_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/3600_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/3600_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/3601_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/3601_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/3602_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/3602_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/3603_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/3603_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/3764_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/4/3764_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/4/pg_filenode.map", offset 0, size 524 pg_rewind: received chunk for file "base/5/1247_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/1247_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/1249_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/1249_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/1255_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/1255_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/1259_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/1259_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/14024_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/14024_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/14029_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/14029_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/14034_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/14034_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/14039_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/14039_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2600_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2600_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2601_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2601_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2602_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2602_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2603_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2603_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2605_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2605_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2606_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2606_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2607_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2607_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2608_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2608_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2609_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2609_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2610_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2610_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2612_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2612_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2615_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2615_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2616_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2616_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2617_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2617_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2618_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2618_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2619_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2619_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2753_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2753_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2836_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2836_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2838_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2838_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/2840_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/2840_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/3079_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/3079_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/3394_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/3394_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/3456_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/3456_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/3541_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/3541_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/3600_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/3600_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/3601_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/3601_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/3602_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/3602_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/3603_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/3603_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/3764_fsm", offset 0, size 24576 pg_rewind: received chunk for file "base/5/3764_vm", offset 0, size 8192 pg_rewind: received chunk for file "base/5/pg_filenode.map", offset 0, size 524 pg_rewind: received chunk for file "global/1213_fsm", offset 0, size 24576 pg_rewind: received chunk for file "global/1213_vm", offset 0, size 8192 pg_rewind: received chunk for file "global/1260_fsm", offset 0, size 24576 pg_rewind: received chunk for file "global/1260_vm", offset 0, size 8192 pg_rewind: received chunk for file "global/1261_fsm", offset 0, size 24576 pg_rewind: received chunk for file "global/1261_vm", offset 0, size 8192 pg_rewind: received chunk for file "global/1262_fsm", offset 0, size 24576 pg_rewind: received chunk for file "global/1262_vm", offset 0, size 8192 pg_rewind: received chunk for file "global/2396_fsm", offset 0, size 24576 pg_rewind: received chunk for file "global/2396_vm", offset 0, size 8192 pg_rewind: received chunk for file "global/pg_filenode.map", offset 0, size 524 pg_rewind: received chunk for file "pg_hba.conf", offset 0, size 5773 pg_rewind: received chunk for file "pg_ident.conf", offset 0, size 2640 pg_rewind: received chunk for file "pg_logical/replorigin_checkpoint", offset 0, size 8 pg_rewind: received chunk for file "pg_multixact/members/0000", offset 0, size 8192 pg_rewind: received chunk for file "pg_multixact/offsets/0000", offset 0, size 8192 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 0, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 1048576, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 2097152, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 3145728, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 4194304, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 5242880, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 6291456, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 7340032, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 8388608, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 9437184, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 10485760, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 11534336, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 12582912, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 13631488, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 14680064, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000002", offset 15728640, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 0, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 1048576, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 2097152, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 3145728, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 4194304, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 5242880, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 6291456, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 7340032, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 8388608, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 9437184, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 10485760, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 11534336, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 12582912, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 13631488, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 14680064, size 1048576 pg_rewind: received chunk for file "pg_wal/000000010000000000000003", offset 15728640, size 1048576 pg_rewind: received chunk for file "pg_wal/00000002.history", offset 0, size 41 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 0, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 1048576, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 2097152, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 3145728, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 4194304, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 5242880, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 6291456, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 7340032, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 8388608, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 9437184, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 10485760, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 11534336, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 12582912, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 13631488, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 14680064, size 1048576 pg_rewind: received chunk for file "pg_wal/000000020000000000000003", offset 15728640, size 1048576 pg_rewind: received chunk for file "pg_xact/0000", offset 0, size 8192 pg_rewind: received chunk for file "postgresql.auto.conf", offset 0, size 88 pg_rewind: received chunk for file "postgresql.conf", offset 0, size 31647 pg_rewind: received chunk for file "base/16389/112", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/113", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/1247", offset 0, size 122880 pg_rewind: received chunk for file "base/16389/1249", offset 0, size 450560 pg_rewind: received chunk for file "base/16389/1255", offset 0, size 811008 pg_rewind: received chunk for file "base/16389/1259", offset 0, size 114688 pg_rewind: received chunk for file "base/16389/14024", offset 0, size 65536 pg_rewind: received chunk for file "base/16389/14028", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/14029", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/14033", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/14034", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/14038", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/14039", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/14043", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/174", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/175", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2187", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2228", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2337", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2579", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2600", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2601", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2602", offset 0, size 57344 pg_rewind: received chunk for file "base/16389/2603", offset 0, size 40960 pg_rewind: received chunk for file "base/16389/2605", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2606", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/2607", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2608", offset 0, size 106496 pg_rewind: received chunk for file "base/16389/2609", offset 0, size 368640 pg_rewind: received chunk for file "base/16389/2610", offset 0, size 32768 pg_rewind: received chunk for file "base/16389/2612", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2615", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2616", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/2617", offset 0, size 114688 pg_rewind: received chunk for file "base/16389/2618", offset 0, size 114688 pg_rewind: received chunk for file "base/16389/2619", offset 0, size 163840 pg_rewind: received chunk for file "base/16389/2650", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2651", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2652", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2653", offset 0, size 49152 pg_rewind: received chunk for file "base/16389/2654", offset 0, size 49152 pg_rewind: received chunk for file "base/16389/2655", offset 0, size 40960 pg_rewind: received chunk for file "base/16389/2656", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2657", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2658", offset 0, size 122880 pg_rewind: received chunk for file "base/16389/2659", offset 0, size 90112 pg_rewind: received chunk for file "base/16389/2660", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2661", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2662", offset 0, size 32768 pg_rewind: received chunk for file "base/16389/2663", offset 0, size 40960 pg_rewind: received chunk for file "base/16389/2664", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2665", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2666", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2667", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2668", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2669", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2670", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2673", offset 0, size 81920 pg_rewind: received chunk for file "base/16389/2674", offset 0, size 65536 pg_rewind: received chunk for file "base/16389/2675", offset 0, size 212992 pg_rewind: received chunk for file "base/16389/2678", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2679", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2680", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2681", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2682", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2683", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2684", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2685", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2686", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2687", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2688", offset 0, size 40960 pg_rewind: received chunk for file "base/16389/2689", offset 0, size 49152 pg_rewind: received chunk for file "base/16389/2690", offset 0, size 98304 pg_rewind: received chunk for file "base/16389/2691", offset 0, size 262144 pg_rewind: received chunk for file "base/16389/2692", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2693", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2696", offset 0, size 32768 pg_rewind: received chunk for file "base/16389/2699", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2701", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2702", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2703", offset 0, size 32768 pg_rewind: received chunk for file "base/16389/2704", offset 0, size 49152 pg_rewind: received chunk for file "base/16389/2753", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2754", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2755", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2756", offset 0, size 40960 pg_rewind: received chunk for file "base/16389/2757", offset 0, size 32768 pg_rewind: received chunk for file "base/16389/2831", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2833", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2835", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2836", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/2837", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2838", offset 0, size 540672 pg_rewind: received chunk for file "base/16389/2839", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2840", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/2841", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/2996", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3079", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3080", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/3081", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/3085", offset 0, size 49152 pg_rewind: received chunk for file "base/16389/3119", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3164", offset 0, size 106496 pg_rewind: received chunk for file "base/16389/3257", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3258", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3351", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3379", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3380", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3394", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/3395", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/3431", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3433", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3440", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3455", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/3456", offset 0, size 212992 pg_rewind: received chunk for file "base/16389/3467", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3468", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3502", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3503", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3534", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3541", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3542", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/3574", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3575", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3597", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3599", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3600", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3601", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3602", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3603", offset 0, size 24576 pg_rewind: received chunk for file "base/16389/3604", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/3605", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/3606", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/3607", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/3608", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/3609", offset 0, size 32768 pg_rewind: received chunk for file "base/16389/3712", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/3764", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/3766", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/3767", offset 0, size 16384 pg_rewind: received chunk for file "base/16389/3997", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/4144", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/4146", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/4148", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/4150", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/4152", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/4154", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/4156", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/4158", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/4160", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/4164", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/4166", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/4168", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/4170", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/4172", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/4174", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/5002", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/548", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/549", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/6110", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/6111", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/6112", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/6113", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/6116", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/6117", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/6176", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/6229", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/6238", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/6239", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/827", offset 0, size 8192 pg_rewind: received chunk for file "base/16389/828", offset 0, size 8192 pg_rewind: received chunk for file "base/5/1255", offset 376832, size 8192 pg_rewind: received chunk for file "global/1262", offset 0, size 8192 pg_rewind: received chunk for file "global/2671", offset 8192, size 8192 pg_rewind: received chunk for file "global/2672", offset 8192, size 8192 pg_rewind: fetched file "global/pg_control", length 8192 pg_rewind: Done! [02:11:35.370](2.713s) ok 6 - pg_rewind remote [02:11:35.370](0.000s) ok 7 - standby.signal created after pg_rewind ### Starting node "primary_remote" # Running: pg_ctl -w -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/pgdata -l /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/log/002_databases_primary_remote.log -o --cluster-name=primary_remote start waiting for server to start.... stopped waiting pg_ctl: could not start server Examine the log output. # pg_ctl start failed; logfile: 2024-03-20 02:11:33.570 UTC [65302][postmaster] LOG: starting PostgreSQL 17devel on x86_64-linux, compiled by gcc-10.2.1, 64-bit 2024-03-20 02:11:33.570 UTC [65302][postmaster] LOG: listening on Unix socket "/tmp/EG8bijmrbj/.s.PGSQL.49388" 2024-03-20 02:11:33.585 UTC [65308][startup] LOG: database system was shut down at 2024-03-20 02:11:33 UTC 2024-03-20 02:11:33.589 UTC [65302][postmaster] LOG: database system is ready to accept connections 2024-03-20 02:11:33.656 UTC [65329][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:33.657 UTC [65329][client backend] [[unknown]][0/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/pgdata/pg_hba.conf:117) 2024-03-20 02:11:33.657 UTC [65329][client backend] [[unknown]][0/1:0] LOG: connection authorized: user=postgres database=postgres application_name=002_databases.pl 2024-03-20 02:11:33.668 UTC [65329][client backend] [002_databases.pl][0/2:0] LOG: statement: CREATE ROLE rewind_user LOGIN; 2024-03-20 02:11:33.669 UTC [65329][client backend] [002_databases.pl][0/3:0] LOG: statement: GRANT EXECUTE ON function pg_catalog.pg_ls_dir(text, boolean, boolean) TO rewind_user; 2024-03-20 02:11:33.670 UTC [65329][client backend] [002_databases.pl][0/4:0] LOG: statement: GRANT EXECUTE ON function pg_catalog.pg_stat_file(text, boolean) TO rewind_user; 2024-03-20 02:11:33.670 UTC [65329][client backend] [002_databases.pl][0/5:0] LOG: statement: GRANT EXECUTE ON function pg_catalog.pg_read_binary_file(text) TO rewind_user; 2024-03-20 02:11:33.670 UTC [65329][client backend] [002_databases.pl][0/6:0] LOG: statement: GRANT EXECUTE ON function pg_catalog.pg_read_binary_file(text, bigint, bigint, boolean) TO rewind_user; 2024-03-20 02:11:33.682 UTC [65329][client backend] [002_databases.pl][:0] LOG: disconnection: session time: 0:00:00.026 user=postgres database=postgres host=[local] 2024-03-20 02:11:33.697 UTC [65332][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:33.698 UTC [65332][client backend] [[unknown]][1/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/pgdata/pg_hba.conf:117) 2024-03-20 02:11:33.698 UTC [65332][client backend] [[unknown]][1/1:0] LOG: connection authorized: user=postgres database=postgres application_name=002_databases.pl 2024-03-20 02:11:33.699 UTC [65332][client backend] [002_databases.pl][1/2:0] LOG: statement: CREATE DATABASE inprimary 2024-03-20 02:11:33.725 UTC [65332][client backend] [002_databases.pl][:0] LOG: disconnection: session time: 0:00:00.028 user=postgres database=postgres host=[local] 2024-03-20 02:11:33.739 UTC [65338][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:33.739 UTC [65338][client backend] [[unknown]][2/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/pgdata/pg_hba.conf:117) 2024-03-20 02:11:33.739 UTC [65338][client backend] [[unknown]][2/1:0] LOG: connection authorized: user=postgres database=inprimary application_name=002_databases.pl 2024-03-20 02:11:33.745 UTC [65338][client backend] [002_databases.pl][2/2:0] LOG: statement: CREATE TABLE inprimary_tab (a int) 2024-03-20 02:11:33.748 UTC [65338][client backend] [002_databases.pl][:0] LOG: disconnection: session time: 0:00:00.009 user=postgres database=inprimary host=[local] 2024-03-20 02:11:33.759 UTC [65341][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:33.759 UTC [65341][walsender] [[unknown]][22/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/pgdata/pg_hba.conf:124) 2024-03-20 02:11:33.759 UTC [65341][walsender] [[unknown]][22/1:0] LOG: replication connection authorized: user=postgres application_name=002_databases.pl 2024-03-20 02:11:33.760 UTC [65341][walsender] [002_databases.pl][22/0:0] LOG: received replication command: SHOW data_directory_mode 2024-03-20 02:11:33.760 UTC [65341][walsender] [002_databases.pl][22/0:0] STATEMENT: SHOW data_directory_mode 2024-03-20 02:11:33.760 UTC [65341][walsender] [002_databases.pl][22/0:0] LOG: received replication command: SHOW wal_segment_size 2024-03-20 02:11:33.760 UTC [65341][walsender] [002_databases.pl][22/0:0] STATEMENT: SHOW wal_segment_size 2024-03-20 02:11:33.760 UTC [65341][walsender] [002_databases.pl][22/0:0] LOG: received replication command: IDENTIFY_SYSTEM 2024-03-20 02:11:33.760 UTC [65341][walsender] [002_databases.pl][22/0:0] STATEMENT: IDENTIFY_SYSTEM 2024-03-20 02:11:33.760 UTC [65341][walsender] [002_databases.pl][22/0:0] LOG: received replication command: BASE_BACKUP ( LABEL 'pg_basebackup base backup', PROGRESS, CHECKPOINT 'fast', WAIT 0, MANIFEST 'yes', TARGET 'client') 2024-03-20 02:11:33.760 UTC [65341][walsender] [002_databases.pl][22/0:0] STATEMENT: BASE_BACKUP ( LABEL 'pg_basebackup base backup', PROGRESS, CHECKPOINT 'fast', WAIT 0, MANIFEST 'yes', TARGET 'client') 2024-03-20 02:11:33.763 UTC [65306][checkpointer] LOG: checkpoint starting: immediate force wait 2024-03-20 02:11:33.774 UTC [65306][checkpointer] LOG: checkpoint complete: wrote 28 buffers (21.9%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.012 s; sync files=0, longest=0.000 s, average=0.000 s; distance=11098 kB, estimate=11098 kB; lsn=0/2000080, redo lsn=0/2000028 2024-03-20 02:11:33.798 UTC [65342][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:33.799 UTC [65342][walsender] [[unknown]][23/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/pgdata/pg_hba.conf:124) 2024-03-20 02:11:33.799 UTC [65342][walsender] [[unknown]][23/1:0] LOG: replication connection authorized: user=postgres application_name=002_databases.pl 2024-03-20 02:11:33.799 UTC [65342][walsender] [002_databases.pl][23/0:0] LOG: received replication command: SHOW data_directory_mode 2024-03-20 02:11:33.799 UTC [65342][walsender] [002_databases.pl][23/0:0] STATEMENT: SHOW data_directory_mode 2024-03-20 02:11:33.799 UTC [65342][walsender] [002_databases.pl][23/0:0] LOG: received replication command: CREATE_REPLICATION_SLOT "pg_basebackup_65342" TEMPORARY PHYSICAL ( RESERVE_WAL) 2024-03-20 02:11:33.799 UTC [65342][walsender] [002_databases.pl][23/0:0] STATEMENT: CREATE_REPLICATION_SLOT "pg_basebackup_65342" TEMPORARY PHYSICAL ( RESERVE_WAL) 2024-03-20 02:11:33.799 UTC [65342][walsender] [002_databases.pl][23/0:0] LOG: released physical replication slot "pg_basebackup_65342" 2024-03-20 02:11:33.799 UTC [65342][walsender] [002_databases.pl][23/0:0] STATEMENT: CREATE_REPLICATION_SLOT "pg_basebackup_65342" TEMPORARY PHYSICAL ( RESERVE_WAL) 2024-03-20 02:11:33.801 UTC [65342][walsender] [002_databases.pl][23/0:0] LOG: received replication command: IDENTIFY_SYSTEM 2024-03-20 02:11:33.801 UTC [65342][walsender] [002_databases.pl][23/0:0] STATEMENT: IDENTIFY_SYSTEM 2024-03-20 02:11:33.801 UTC [65342][walsender] [002_databases.pl][23/0:0] LOG: received replication command: START_REPLICATION SLOT "pg_basebackup_65342" 0/2000000 TIMELINE 1 2024-03-20 02:11:33.801 UTC [65342][walsender] [002_databases.pl][23/0:0] STATEMENT: START_REPLICATION SLOT "pg_basebackup_65342" 0/2000000 TIMELINE 1 2024-03-20 02:11:33.801 UTC [65342][walsender] [002_databases.pl][23/0:0] LOG: acquired physical replication slot "pg_basebackup_65342" 2024-03-20 02:11:33.801 UTC [65342][walsender] [002_databases.pl][23/0:0] STATEMENT: START_REPLICATION SLOT "pg_basebackup_65342" 0/2000000 TIMELINE 1 2024-03-20 02:11:33.906 UTC [65342][walsender] [002_databases.pl][23/0:0] LOG: released physical replication slot "pg_basebackup_65342" 2024-03-20 02:11:33.906 UTC [65342][walsender] [002_databases.pl][23/0:0] STATEMENT: START_REPLICATION SLOT "pg_basebackup_65342" 0/2000000 TIMELINE 1 2024-03-20 02:11:33.906 UTC [65341][walsender] [002_databases.pl][:0] LOG: disconnection: session time: 0:00:00.147 user=postgres database= host=[local] 2024-03-20 02:11:33.906 UTC [65342][walsender] [002_databases.pl][:0] LOG: disconnection: session time: 0:00:00.115 user=postgres database= host=[local] 2024-03-20 02:11:34.075 UTC [65412][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:34.075 UTC [65412][walsender] [[unknown]][24/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/pgdata/pg_hba.conf:124) 2024-03-20 02:11:34.075 UTC [65412][walsender] [[unknown]][24/1:0] LOG: replication connection authorized: user=postgres application_name=standby_remote 2024-03-20 02:11:34.076 UTC [65412][walsender] [standby_remote][24/0:0] LOG: received replication command: IDENTIFY_SYSTEM 2024-03-20 02:11:34.076 UTC [65412][walsender] [standby_remote][24/0:0] STATEMENT: IDENTIFY_SYSTEM 2024-03-20 02:11:34.076 UTC [65412][walsender] [standby_remote][24/0:0] LOG: received replication command: START_REPLICATION 0/3000000 TIMELINE 1 2024-03-20 02:11:34.076 UTC [65412][walsender] [standby_remote][24/0:0] STATEMENT: START_REPLICATION 0/3000000 TIMELINE 1 2024-03-20 02:11:34.171 UTC [65426][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:34.172 UTC [65426][client backend] [[unknown]][3/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/pgdata/pg_hba.conf:117) 2024-03-20 02:11:34.172 UTC [65426][client backend] [[unknown]][3/1:0] LOG: connection authorized: user=postgres database=postgres application_name=002_databases.pl 2024-03-20 02:11:34.175 UTC [65426][client backend] [002_databases.pl][3/2:0] LOG: statement: CREATE DATABASE beforepromotion 2024-03-20 02:11:34.259 UTC [65426][client backend] [002_databases.pl][:0] LOG: disconnection: session time: 0:00:00.088 user=postgres database=postgres host=[local] 2024-03-20 02:11:34.265 UTC [65449][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:34.266 UTC [65449][client backend] [[unknown]][4/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/pgdata/pg_hba.conf:117) 2024-03-20 02:11:34.266 UTC [65449][client backend] [[unknown]][4/1:0] LOG: connection authorized: user=postgres database=beforepromotion application_name=002_databases.pl 2024-03-20 02:11:34.271 UTC [65449][client backend] [002_databases.pl][4/2:0] LOG: statement: CREATE TABLE beforepromotion_tab (a int) 2024-03-20 02:11:34.275 UTC [65449][client backend] [002_databases.pl][:0] LOG: disconnection: session time: 0:00:00.009 user=postgres database=beforepromotion host=[local] 2024-03-20 02:11:34.300 UTC [65456][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:34.301 UTC [65456][client backend] [[unknown]][5/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/pgdata/pg_hba.conf:117) 2024-03-20 02:11:34.301 UTC [65456][client backend] [[unknown]][5/1:0] LOG: connection authorized: user=postgres database=postgres application_name=002_databases.pl 2024-03-20 02:11:34.310 UTC [65456][client backend] [002_databases.pl][5/2:0] LOG: statement: SELECT pg_is_in_recovery() 2024-03-20 02:11:34.314 UTC [65456][client backend] [002_databases.pl][:0] LOG: disconnection: session time: 0:00:00.017 user=postgres database=postgres host=[local] 2024-03-20 02:11:34.322 UTC [65465][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:34.323 UTC [65465][client backend] [[unknown]][6/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/pgdata/pg_hba.conf:117) 2024-03-20 02:11:34.323 UTC [65465][client backend] [[unknown]][6/1:0] LOG: connection authorized: user=postgres database=postgres application_name=002_databases.pl 2024-03-20 02:11:34.324 UTC [65465][client backend] [002_databases.pl][6/2:0] LOG: statement: SELECT pg_current_wal_lsn() 2024-03-20 02:11:34.325 UTC [65465][client backend] [002_databases.pl][:0] LOG: disconnection: session time: 0:00:00.002 user=postgres database=postgres host=[local] 2024-03-20 02:11:34.335 UTC [65468][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:34.335 UTC [65468][client backend] [[unknown]][7/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/pgdata/pg_hba.conf:117) 2024-03-20 02:11:34.335 UTC [65468][client backend] [[unknown]][7/1:0] LOG: connection authorized: user=postgres database=postgres application_name=002_databases.pl 2024-03-20 02:11:34.336 UTC [65468][client backend] [002_databases.pl][7/2:0] LOG: statement: SELECT '0/344BBF8' <= write_lsn AND state = 'streaming' FROM pg_catalog.pg_stat_replication WHERE application_name IN ('standby_remote', 'walreceiver') 2024-03-20 02:11:34.341 UTC [65468][client backend] [002_databases.pl][:0] LOG: disconnection: session time: 0:00:00.006 user=postgres database=postgres host=[local] 2024-03-20 02:11:34.355 UTC [65412][walsender] [standby_remote][:0] LOG: disconnection: session time: 0:00:00.280 user=postgres database= host=[local] 2024-03-20 02:11:34.475 UTC [65495][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:34.476 UTC [65495][client backend] [[unknown]][8/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/pgdata/pg_hba.conf:117) 2024-03-20 02:11:34.476 UTC [65495][client backend] [[unknown]][8/1:0] LOG: connection authorized: user=postgres database=postgres application_name=002_databases.pl 2024-03-20 02:11:34.478 UTC [65495][client backend] [002_databases.pl][8/2:0] LOG: statement: CREATE DATABASE primary_afterpromotion 2024-03-20 02:11:34.548 UTC [65495][client backend] [002_databases.pl][:0] LOG: disconnection: session time: 0:00:00.074 user=postgres database=postgres host=[local] 2024-03-20 02:11:34.560 UTC [65502][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2024-03-20 02:11:34.560 UTC [65502][client backend] [[unknown]][9/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_remote_data/pgdata/pg_hba.conf:117) 2024-03-20 02:11:34.560 UTC [65502][client backend] [[unknown]][9/1:0] LOG: connection authorized: user=postgres database=primary_afterpromotion application_name=002_databases.pl 2024-03-20 02:11:34.565 UTC [65502][client backend] [002_databases.pl][9/2:0] LOG: statement: CREATE TABLE primary_promotion_tab (a int) 2024-03-20 02:11:34.568 UTC [65502][client backend] [002_databases.pl][:0] LOG: disconnection: session time: 0:00:00.008 user=postgres database=primary_afterpromotion host=[local] 2024-03-20 02:11:34.631 UTC [65302][postmaster] LOG: received immediate shutdown request 2024-03-20 02:11:34.633 UTC [65302][postmaster] LOG: database system is shut down 2024-03-20 02:11:35.418 UTC [65655][postmaster] LOG: starting PostgreSQL 17devel on x86_64-linux, compiled by gcc-10.2.1, 64-bit 2024-03-20 02:11:35.418 UTC [65655][postmaster] LOG: listening on Unix socket "/tmp/EG8bijmrbj/.s.PGSQL.49388" 2024-03-20 02:11:35.429 UTC [65660][startup] LOG: database system was interrupted while in recovery at log time 2024-03-20 02:11:33 UTC 2024-03-20 02:11:35.429 UTC [65660][startup] HINT: If this has occurred more than once some data might be corrupted and you might need to choose an earlier recovery target. 2024-03-20 02:11:35.429 UTC [65660][startup] LOG: starting backup recovery with redo LSN 0/2000028, checkpoint LSN 0/2000080, on timeline ID 1 2024-03-20 02:11:35.429 UTC [65660][startup] LOG: entering standby mode 2024-03-20 02:11:35.430 UTC [65660][startup] LOG: redo starts at 0/2000028 2024-03-20 02:11:35.430 UTC [65660][startup] LOG: completed backup recovery with redo LSN 0/2000028 and end LSN 0/2000120 ../src/backend/access/heap/heapam.c:8751:3: runtime error: member access within misaligned address 0x7f128add34a9 for type 'struct xlhp_conflict_horizon', which requires 4 byte alignment 0x7f128add34a9: note: pointer points here 00 00 00 a8 e6 02 00 00 00 2a 00 70 00 04 00 02 0b 18 00 5d 35 00 00 80 0d 00 00 00 00 00 00 23 ^ ==65660==Using libbacktrace symbolizer. #0 0x559e681eb7c6 in heap_xlog_prune ../src/backend/access/heap/heapam.c:8751 #1 0x559e681f8f8e in heap2_redo ../src/backend/access/heap/heapam.c:9882 #2 0x559e682f1cd9 in ApplyWalRecord ../src/backend/access/transam/xlogrecovery.c:1991 #3 0x559e682f7b29 in PerformWalRecovery ../src/backend/access/transam/xlogrecovery.c:1822 #4 0x559e682e1809 in StartupXLOG ../src/backend/access/transam/xlog.c:5723 #5 0x559e68791cb2 in StartupProcessMain ../src/backend/postmaster/startup.c:258 #6 0x559e6878947c in postmaster_child_launch ../src/backend/postmaster/launch_backend.c:267 #7 0x559e6878b347 in StartChildProcess ../src/backend/postmaster/postmaster.c:3928 #8 0x559e68791411 in PostmasterMain ../src/backend/postmaster/postmaster.c:1364 #9 0x559e685bd7ca in main ../src/backend/main/main.c:197 #10 0x7f128dafbd09 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x23d09) #11 0x559e6812b219 in _start (/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres+0x8b5219) 2024-03-20 02:11:35.727 UTC [65655][postmaster] LOG: startup process (PID 65660) was terminated by signal 6: Aborted 2024-03-20 02:11:35.727 UTC [65655][postmaster] LOG: terminating any other active server processes 2024-03-20 02:11:35.728 UTC [65655][postmaster] LOG: shutting down due to startup process failure 2024-03-20 02:11:35.729 UTC [65655][postmaster] LOG: database system is shut down # No postmaster PID for node "primary_remote" [02:11:35.805](0.435s) Bail out! pg_ctl start failed # No postmaster PID for node "primary_local" # No postmaster PID for node "standby_local" # No postmaster PID for node "primary_remote" # Postmaster PID for node "standby_remote" is 65403 ### Stopping node "standby_remote" using mode immediate # Running: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_databases/data/t_002_databases_standby_remote_data/pgdata -m immediate stop waiting for server to shut down.... done server stopped # No postmaster PID for node "standby_remote"