forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita570fea
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 parent6c6970a commita570fea
File tree
7 files changed
+35
-38
lines changed- src/test/regress
- expected
- input
- output
- sql
7 files changed
+35
-38
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: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
118 |
| - | |
119 | 118 |
| |
120 | 119 |
| |
121 | 120 |
| |
122 | 121 |
| |
123 |
| - | |
| 122 | + | |
124 | 123 |
| |
125 | 124 |
| |
126 | 125 |
| |
|
Lines changed: 0 additions & 8 deletions
This file was deleted.
0 commit comments
Comments
(0)