Skip to content

Commit

Permalink
Merge pull request #16 from keithf4/v1.5
Browse files Browse the repository at this point in the history
feat: update to extension version 1.5
  • Loading branch information
keithf4 authored Jun 15, 2023
2 parents 095d4f9 + b9cdab3 commit 5657697
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ EXTENSION = pgnodemx pg_proctab--0.0.10-compat
else
EXTENSION = pgnodemx pg_proctab--0.0.10-compat pg_proctab
endif
DATA = pgnodemx--1.0--1.1.sql pgnodemx--1.1--1.2.sql pgnodemx--1.2--1.3.sql pgnodemx--1.3--1.4.sql pgnodemx--1.4.sql pg_proctab--0.0.10-compat.sql
DATA = pgnodemx--1.0--1.1.sql pgnodemx--1.1--1.2.sql pgnodemx--1.2--1.3.sql pgnodemx--1.3--1.4.sql pgnodemx--1.4--1.5.sql pgnodemx--1.5.sql pg_proctab--0.0.10-compat.sql

GHASH := $(shell git rev-parse --short HEAD)

Expand Down
1 change: 1 addition & 0 deletions pgnodemx--1.4--1.5.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- No SQL code changes. This file is provided to allow extension update path to version 1.5.
2 changes: 1 addition & 1 deletion pgnodemx--1.4.sql → pgnodemx--1.5.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* contrib/pgnodemx/pgnodemx--1.3.sql */
/* pgnodemx--1.5.sql */

-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION pgnodemx" to load this file. \quit
Expand Down
2 changes: 1 addition & 1 deletion pgnodemx.control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pgnodemx extension
comment = 'SQL functions that allow capture of node OS metrics from PostgreSQL'
default_version = '1.4'
default_version = '1.5'
module_pathname = '$libdir/pgnodemx'
relocatable = true

0 comments on commit 5657697

Please sign in to comment.