mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 17:34:08 +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
|
||||
|
||||
#include "psycopg/config.h"
|
||||
#include "internal/c.h"
|
||||
|
||||
/* type and constant definitions from internal postgres includes */
|
||||
typedef unsigned int uint32;
|
||||
/* type and constant definitions from internal postgres includes not available otherwise */
|
||||
typedef unsigned PG_INT64_TYPE XLogRecPtr;
|
||||
|
||||
#define InvalidXLogRecPtr ((XLogRecPtr) 0)
|
||||
|
|
Loading…
Reference in New Issue
Block a user