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 9c224c4 commit 210876dCopy full SHA for 210876d
Makefile
@@ -34,7 +34,7 @@ PG_CPPFLAGS += -I./src/include
34
PGFILEDESC = "pg_uprobe - allows measuring postgres functions execution time"
35
36
EXTENSION = pg_uprobe
37
-DATA = pg_uprobe--1.0.sql
+DATA = pg_uprobe--0.3.sql
38
39
REGRESS = pg_uprobe
40
pg_uprobe--1.0.sql renamed to pg_uprobe--0.3.sql
pg_uprobe.control
@@ -1,5 +1,5 @@
1
# pg_uprobe extension
2
comment = 'Measure postgres functions execution time'
3
-default_version = '1.0'
+default_version = '0.3'
4
module_pathname = '$libdir/pg_uprobe'
5
relocatable = true
0 commit comments