-
-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix source type mapping in aggregates Source type mapping (as used with pg_sys::TimestampTz) requires an exact match between the source type map, and the interpreted source type for a given type. The stringify!() macro adds unwanted whitespace in qualified types (e.g. "pg_sys::TimestampTz" becomes "pg_sys :: TimestampTz") which breaks type mapping. * Fix generated type for moving state in aggregates
- Loading branch information
1 parent
f3c1c25
commit 2452450
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters