Skip to content

Commit

Permalink
fix main
Browse files Browse the repository at this point in the history
  • Loading branch information
adofsauron committed Jun 8, 2022
1 parent 51d67cd commit 3388cd5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 313 deletions.
137 changes: 0 additions & 137 deletions postgres-REL_14_3/confdefs.h

This file was deleted.

176 changes: 0 additions & 176 deletions postgres-REL_14_3/conftest.c

This file was deleted.

Empty file removed postgres-REL_14_3/conftest.err
Empty file.
1 change: 1 addition & 0 deletions postgres-REL_14_3/src/include/postgres_ext.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* Object ID is a fundamental type in Postgres.
*/
typedef unsigned int Oid;
typedef long long int PG_INT64_TYPE;

#ifdef __cplusplus
#define InvalidOid (Oid(0))
Expand Down

0 comments on commit 3388cd5

Please sign in to comment.