Commit fa47eb4
authored
Fix ambiguous operator calls during restore (#44) (#2389)
The JSONB operators like `->` and `->>` become ambiguous under
`dump_restore` GUC so fixed this by adding proper casts in `sys.syslanguages` view.
Task: BABEL-3826
Signed-off-by: Rishabh Tanwar <ritanwar@amazon.com>1 parent ba14e3d commit fa47eb4
File tree
2 files changed
+22
-5
lines changed- contrib/babelfishpg_tsql/sql
- upgrades
2 files changed
+22
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2359 | 2359 | | |
2360 | 2360 | | |
2361 | 2361 | | |
2362 | | - | |
2363 | | - | |
| 2362 | + | |
| 2363 | + | |
2364 | 2364 | | |
2365 | 2365 | | |
2366 | 2366 | | |
2367 | | - | |
2368 | | - | |
2369 | | - | |
| 2367 | + | |
| 2368 | + | |
| 2369 | + | |
2370 | 2370 | | |
2371 | 2371 | | |
2372 | 2372 | | |
| |||
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1268 | 1268 | | |
1269 | 1269 | | |
1270 | 1270 | | |
| 1271 | + | |
| 1272 | + | |
| 1273 | + | |
| 1274 | + | |
| 1275 | + | |
| 1276 | + | |
| 1277 | + | |
| 1278 | + | |
| 1279 | + | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
| 1283 | + | |
| 1284 | + | |
| 1285 | + | |
| 1286 | + | |
| 1287 | + | |
1271 | 1288 | | |
1272 | 1289 | | |
1273 | 1290 | | |
| |||
0 commit comments