Skip to content

Commit 49d7c5b

Browse files
author
PMSP App a.k.a. Rad
committed
fixed header order
1 parent 10b6fb4 commit 49d7c5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

uint.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
#include "postgres.h"
12
#include "access/hash.h"
23
#include "fmgr.h"
34
#include "libpq/pqformat.h"
4-
#include "postgres.h"
55

66
#include "catalog/pg_statistic.h"
77
#include "utils/lsyscache.h"

uint.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
comment = 'Unsigned integer types for PostgreSQL'
2-
default_version = '1.0'
2+
default_version = '1.15'
33
module_pathname = '$libdir/uint'
44
relocatable = true
55

0 commit comments

Comments
 (0)