We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b6fb4 commit 49d7c5bCopy full SHA for 49d7c5b
uint.c
@@ -1,7 +1,7 @@
1
+#include "postgres.h"
2
#include "access/hash.h"
3
#include "fmgr.h"
4
#include "libpq/pqformat.h"
-#include "postgres.h"
5
6
#include "catalog/pg_statistic.h"
7
#include "utils/lsyscache.h"
uint.control
@@ -1,5 +1,5 @@
comment = 'Unsigned integer types for PostgreSQL'
-default_version = '1.0'
+default_version = '1.15'
module_pathname = '$libdir/uint'
relocatable = true
0 commit comments