-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes #13 commit 3603e3e Author: Jan Wieck <jan@wi3ck.info> Date: Mon Nov 21 08:43:02 2022 -0500 Fix for crash on 32bit systems On 32bit platforms a literal number or a 32bit integer cannot be casted into type Datum. Using int64 variables instead. Also correct set-returning functions to end with PG_RETURN_VOID() as they should. commit 7b1341d Author: Jan Wieck <jan@wi3ck.info> Date: Sun Nov 20 15:09:46 2022 -0500 Small fix for a build problem on 32-bit systems The macro Int64GetDatumFast() has a problem on 32-bit systems when the argument is 'variable++' instead of just 'variable'. Separating the increment into a second statement avoids this.
- Loading branch information
Showing
1 changed file
with
13 additions
and
10 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