Commit 45fb228
authored
Handling correct typmod for money/smallmoney during coercion and dump-restore (babelfish-for-postgresql#575) (babelfish-for-postgresql#586)
This PR handles the dump/restore case for smallmoney/money and handles typmod for these dataype while coercing to domain.
Signed-off-by: Tanya Gupta tanyagp@amazon.com
Extension PR : babelfish-for-postgresql/babelfish_extensions#3719
Issues Resolved
BABEL-55121 parent 1d55c78 commit 45fb228
File tree
3 files changed
+17
-1
lines changed- src
- backend/parser
- include/parser
3 files changed
+17
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
797 | 797 | | |
798 | 798 | | |
799 | 799 | | |
800 | | - | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
801 | 803 | | |
802 | 804 | | |
803 | 805 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
361 | 362 | | |
362 | 363 | | |
363 | 364 | | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
364 | 371 | | |
365 | 372 | | |
366 | 373 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
75 | 82 | | |
0 commit comments