forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit664da2a
committed
Fix comment in regression tests for large objects
The values assigned to INV_WRITE and INV_READ were reversed in thetests, which would be confusing when writing tests specific to read orwrite operations on LOs.Author: Yugo NagataDiscussion:https://postgr.es/m/20220527153028.61a4608f66abcd026fd3806f@sraoss.co.jp1 parentb7658c2 commit664da2a
File tree
3 files changed
+6
-6
lines changed- src/test/regress
- expected
- sql
3 files changed
+6
-6
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
54 |
| - | |
| 53 | + | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
54 |
| - | |
| 53 | + | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
38 |
| - | |
| 37 | + | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
0 commit comments
Comments
(0)