Skip to content

Commit

Permalink
Merge pull request #23 from keithf4/v1.7
Browse files Browse the repository at this point in the history
update for v1.7
  • Loading branch information
keithf4 authored Sep 3, 2024
2 parents 4f228d7 + f582b81 commit 6bd8105
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pgnodemx--1.6--1.7.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.7.
2 changes: 1 addition & 1 deletion pgnodemx--1.6.sql → pgnodemx--1.7.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* pgnodemx--1.6.sql */
/* pgnodemx--1.7.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.6'
default_version = '1.7'
module_pathname = '$libdir/pgnodemx'
relocatable = true

0 comments on commit 6bd8105

Please sign in to comment.