Pg: Support custom type overrides with callbacks
This commit is contained in:
parent
327fd9ea50
commit
4686097d00
6 changed files with 227 additions and 85 deletions
4
FU.xs
4
FU.xs
|
|
@ -21,6 +21,10 @@
|
|||
#define BOOL_INTERNALS_sv_isbool_true(x) SvPVXtrue(x)
|
||||
#endif
|
||||
|
||||
/* Disable key/value struct packing in khashl, so we can safely take a pointer
|
||||
* to values inside the hash table. */
|
||||
#define kh_packed
|
||||
|
||||
#include "c/khashl.h"
|
||||
#include "c/common.c"
|
||||
#include "c/jsonfmt.c"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue