Commit 6fc7148
committed
readyset-data: Don't decode enum indices in DfValue's FromSql impl
Now that we're no longer using this code for proxying, we can change it
to match the other Postgres code, which fixes REA-3143.
Other than the aforementioned bug, it didn't hurt anything to decode
them here, but it is now redundant since we already decode them in all
the other necessary places for replication/writes/query parameters/etc.
Fixes: REA-3143
Change-Id: I8da9a33669ccbab09e3e0a9013c12d040068fe69
Reviewed-on: https://gerrit.readyset.name/c/readyset/+/5540
Tested-by: Buildkite CI
Reviewed-by: Jason Brown <[email protected]>
Reviewed-by: Aspen Smith <[email protected]>1 parent 396f41c commit 6fc7148
2 files changed
+1
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1813 | 1813 | | |
1814 | 1814 | | |
1815 | 1815 | | |
1816 | | - | |
1817 | | - | |
1818 | | - | |
1819 | | - | |
1820 | | - | |
1821 | | - | |
1822 | | - | |
1823 | | - | |
1824 | | - | |
1825 | | - | |
1826 | | - | |
1827 | | - | |
| 1816 | + | |
1828 | 1817 | | |
1829 | 1818 | | |
1830 | 1819 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
881 | 881 | | |
882 | 882 | | |
883 | 883 | | |
884 | | - | |
885 | 884 | | |
886 | 885 | | |
887 | 886 | | |
| |||
0 commit comments