|
Ran
|
Jobs
1
|
Files
114
|
Run time
1min
|
Badge
README BADGES
|
push
github
pg_upgrade fails with an error "ERROR: cannot change data type of view column "definition" from nvarchar to nvarchar(4000)" (#2616) pg_upgrade fails with an error "ERROR: cannot change data type of view column "definition" from nvarchar to nvarchar(4000)" ``` ALTER EXTENSION ERROR: cannot change data type of view column "definition" from nvarchar to nvarchar(4000) ``` We have changed the datatype of definition column of all_sql_modules_internal from nvarchar(4000) to nvarchar in version 2.9. In upgrade script 3.0 to 3.1, we have again defined the view all_sql_modules_internal where definition column is of nvarchar(4000) datatype which is incorrect and causing the upgrade failure. Reference commit: https://github.com/babelfish-for-postgresql/babelfish_extensions/commit/508180ff7 Signed-off-by: Shalini Lohia <lshalini@amazon.com>
41711 of 56992 relevant lines covered (73.19%)
106534.37 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 9228289212.1 | 114 |
73.19 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|