index 723285943f5a3fd481b922df94b4bc367ca177e4..c1303b188cfcfe7ed20c634c81e41642c168e815 100644 (file)
@@ -56,7 +56,8 @@ note_wal_summary_dir("after insert", $node1);
# Update a row in the first block of the table and trigger a checkpoint.
$node1->safe_psql('postgres', <<EOM);
-UPDATE mytable SET b = 'abcdefghijklmnopqrstuvwxyz' WHERE a = 2;
+UPDATE mytable SET b = 'abcdefghijklmnopqrstuvwxyz' || b || '01234567890'
+ WHERE a = 2;
CHECKPOINT;
EOM