forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit02fea8f
committed
Set synchronous_commit=on in test_setup.sql.
Starting incc50080 create_index test fails when run withsynchronous_commit=off. synchronous_commit=off delays when hint bits may beset. Some plans change depending on the number of all-visible pages, which inturn can be influenced by the delayed hint bits.Force synchronous_commit to `on` in test_setup.sql. Not very satisfying, butthere's no obvious alternative.Reported-By: Aleksander Alekseev <aleksander@timescale.com>Author: Andres Freund <andres@anarazel.de>Author: Aleksander Alekseev <aleksander@timescale.com>Discussion:https://www.postgresql.org/message-id/flat/CAJ7c6TPJNof1Q+vJsy3QebgbPgXdu2ErPvYkBdhD6_Ckv5EZRg@mail.gmail.com1 parente370f10 commit02fea8f
2 files changed
+15
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
10 | 17 |
| |
11 | 18 |
| |
12 | 19 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
12 | 20 |
| |
13 | 21 |
| |
14 | 22 |
| |
|
0 commit comments
Comments
(0)