forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit28c480e
committed
Remove unnecessary checkpoint from PL regression tests. This was once
handy to prevent core dump files from disappearing, but it's useless nowbecause (a) we don't drop core in individual DB subdirectories anymore,and (b) CREATE DATABASE forces an internal checkpoint anyway.1 parent74a1a2b commit28c480e
File tree
4 files changed
+1
-23
lines changed- src/pl
- plperl
- expected
- sql
- tcl
- expected
- sql
4 files changed
+1
-23
lines changedLines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 | 2 |
| |
8 | 3 |
| |
9 | 4 |
| |
| |||
428 | 423 |
| |
429 | 424 |
| |
430 | 425 |
| |
431 |
| - | |
| 426 | + | |
432 | 427 |
| |
433 | 428 |
| |
434 | 429 |
| |
|
Lines changed: 0 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 | 1 |
| |
8 | 2 |
| |
9 | 3 |
| |
|
Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 | 2 |
| |
8 | 3 |
| |
9 | 4 |
| |
|
Lines changed: 0 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 | 1 |
| |
8 | 2 |
| |
9 | 3 |
| |
|
0 commit comments
Comments
(0)