-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some memory issues that were masked on macos
* fixed proc source allocation, we should always use `NAMEDATALEN` * eliminate extra outer SPI_connect, it should not be there * change some notification levels to `DEBUG3` * clean up string copy for text based OIDs in `pljs_jsvalue_to_datum` * set undefined arguments specifically to `JS_UNDEFINED`
- Loading branch information
1 parent
238b9b0
commit 53e6388
Showing
3 changed files
with
12 additions
and
25 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