pg85-ecpg-fix-nan-inf-12a-ctxdiff.patch
text/x-patch
Filename: pg85-ecpg-fix-nan-inf-12a-ctxdiff.patch
Type: text/x-patch
Part: 0
Message:
Re: NaN/Inf fix for ECPG
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: context
| File | + | − |
|---|---|---|
| src/interfaces/ecpg/ecpglib/data.c | 1 | 0 |
*** pgsql/src/interfaces/ecpg/ecpglib/data.c~ 2010-02-25 13:11:56.000000000 +0100 --- pgsql/src/interfaces/ecpg/ecpglib/data.c 2010-02-25 13:11:56.000000000 +0100 *************** *** 5,10 **** --- 5,11 ---- #include <stdlib.h> #include <string.h> + #include <float.h> #include <math.h> #include "ecpgtype.h"