- Notifications
You must be signed in to change notification settings - Fork28
Commitd46403d
committed
Merge large_object.sql test into largeobject.source.
It seems pretty confusing to have tests named both largeobject andlarge_object. The latter is of very recent vintage (commitff992c0),so get rid of it in favor of merging into the former.Also, enable the LO comment test that was added by commit70ad7ed,since the later commit added the then-missing pg_upgrade functionality.The large_object.sql test case is almost completely redundant with that,but not quite: it seems like creating a user-defined LO with an OID inthe system range might be an interesting case for pg_upgrade, so let'skeep it.Like the earlier patch, back-patch to all supported branches.Discussion:https://postgr.es/m/18665.1500306372@sss.pgh.pa.us1 parent220a9b5 commitd46403d
File tree
7 files changed
+34
-37
lines changed- src/test/regress
- expected
- input
- output
- sql
7 files changed
+34
-37
lines changedLines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 9 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
| 89 | + | |
| 90 | + | |
93 | 91 |
| |
94 | 92 |
| |
95 | 93 |
| |
| |||
253 | 251 |
| |
254 | 252 |
| |
255 | 253 |
| |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
256 | 261 |
| |
257 | 262 |
| |
258 | 263 |
|
Lines changed: 12 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
| 93 | + | |
| 94 | + | |
97 | 95 |
| |
98 | 96 |
| |
99 | 97 |
| |
| |||
469 | 467 |
| |
470 | 468 |
| |
471 | 469 |
| |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
472 | 480 |
| |
473 | 481 |
|
Lines changed: 12 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
| 93 | + | |
| 94 | + | |
97 | 95 |
| |
98 | 96 |
| |
99 | 97 |
| |
| |||
469 | 467 |
| |
470 | 468 |
| |
471 | 469 |
| |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
472 | 480 |
| |
473 | 481 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
87 |
| - | |
| 87 | + | |
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
119 |
| - | |
120 | 119 |
| |
121 | 120 |
| |
122 | 121 |
| |
|
Lines changed: 0 additions & 8 deletions
This file was deleted.
0 commit comments
Comments
(0)