mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-01 01:44:07 +03:00
Remove typedef for uint32, include internal/c.h
This commit is contained in:
parent
862eda10c2
commit
f872a2aabb
|
@ -26,9 +26,9 @@
|
||||||
#define PSYCOPG_LIBPQ_SUPPORT_H 1
|
#define PSYCOPG_LIBPQ_SUPPORT_H 1
|
||||||
|
|
||||||
#include "psycopg/config.h"
|
#include "psycopg/config.h"
|
||||||
|
#include "internal/c.h"
|
||||||
|
|
||||||
/* type and constant definitions from internal postgres includes */
|
/* type and constant definitions from internal postgres includes not available otherwise */
|
||||||
typedef unsigned int uint32;
|
|
||||||
typedef unsigned PG_INT64_TYPE XLogRecPtr;
|
typedef unsigned PG_INT64_TYPE XLogRecPtr;
|
||||||
|
|
||||||
#define InvalidXLogRecPtr ((XLogRecPtr) 0)
|
#define InvalidXLogRecPtr ((XLogRecPtr) 0)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user