Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit210876d

Browse files
committed
fix version
1 parent9c224c4 commit210876d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

‎Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ PG_CPPFLAGS += -I./src/include
3434
PGFILEDESC = "pg_uprobe - allows measuring postgres functions execution time"
3535

3636
EXTENSION = pg_uprobe
37-
DATA = pg_uprobe--1.0.sql
37+
DATA = pg_uprobe--0.3.sql
3838

3939
REGRESS = pg_uprobe
4040

File renamed without changes.

‎pg_uprobe.control‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pg_uprobe extension
22
comment = 'Measure postgres functions execution time'
3-
default_version = '1.0'
3+
default_version = '0.3'
44
module_pathname = '$libdir/pg_uprobe'
55
relocatable = true

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp