File tree Expand file tree Collapse file tree 2 files changed +4
-25
lines changed Expand file tree Collapse file tree 2 files changed +4
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 27
27
*/
28
28
29
29
#include <Python.h>
30
- #include <postgres.h>
31
- #include <libpq-fe.h>
32
- #include <libpq/libpq-fs.h>
30
+ #include "postgres.h"
31
+ #include "libpq-fe.h"
32
+ #include "libpq/libpq-fs.h"
33
+ #include "catalog/pg_type.h"
33
34
#include <stdio.h>
34
35
#include <stdlib.h>
35
36
#include <string.h>
36
37
37
- /* really bad stuff here - I'm so naughty */
38
- /* If you need to you can run mkdefines to get */
39
- /* current defines but it should not have changed */
40
- #define INT2OID 21
41
- #define INT4OID 23
42
- #define OIDOID 26
43
- #define FLOAT4OID 700
44
- #define FLOAT8OID 701
45
- #define CASHOID 790
46
- #define NUMERICOID 1700
47
-
48
38
static PyObject * PGError ;
49
39
static const char * PyPgVersion = "3.2" ;
50
40
You can’t perform that action at this time.
0 commit comments