mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
perltidy: Add option --nooutdent-long-quotes
This commit is contained in:
@@ -35,7 +35,7 @@ sub run_test
|
||||
master_psql(
|
||||
"INSERT INTO trunc_tbl values ('in master, before promotion')");
|
||||
master_psql(
|
||||
"INSERT INTO tail_tbl SELECT g, 'in master, before promotion: ' || g FROM generate_series(1, 10000) g"
|
||||
"INSERT INTO tail_tbl SELECT g, 'in master, before promotion: ' || g FROM generate_series(1, 10000) g"
|
||||
);
|
||||
|
||||
master_psql('CHECKPOINT');
|
||||
@@ -54,7 +54,7 @@ sub run_test
|
||||
# Insert enough rows to trunc_tbl to extend the file. pg_rewind should
|
||||
# truncate it back to the old size.
|
||||
master_psql(
|
||||
"INSERT INTO trunc_tbl SELECT 'in master, after promotion: ' || g FROM generate_series(1, 10000) g"
|
||||
"INSERT INTO trunc_tbl SELECT 'in master, after promotion: ' || g FROM generate_series(1, 10000) g"
|
||||
);
|
||||
|
||||
# Truncate tail_tbl. pg_rewind should copy back the truncated part
|
||||
|
Reference in New Issue
Block a user