File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ Source: postgresql-9.5-pathman
2+ Package: postgresql-9.5-pathman
3+ Version: 1.0
4+ Section: database
5+ Priority: optional
6+ Maintainer: Postgres Professional <dba@postrespro.ru>
7+ Architecture: amd64
8+ Build-Depends: postgresql-common, gcc
9+ Description: The pg_pathman module provides optimized partitioning mechanism and functions to manage partitions.
Original file line number Diff line number Diff line change 1+ #! /bin/sh -e
2+
3+ PKGNAME=postgresql-9.5-pathman
4+
5+ git clone --branch master --depth 1 https://github.com/postgrespro/pg_pathman pg_pathman
6+ cd pg_pathman
7+
8+ mkdir $PKGNAME
9+
10+ USE_PGXS=1 make
11+ USE_PGXS=1 make DESTDIR=$PKGNAME install
12+ cp -r ../DEBIAN $PKGNAME
13+ fakeroot dpkg-deb --build $PKGNAME
14+ mv $PKGNAME .deb ..
You can’t perform that action at this time.
0 commit comments