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

Commit6596c9d

Browse files
committed
Add add ptrack pgpro migrate.
1 parent3489eee commit6596c9d

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

‎src/pgpro-upgrade/ptrack_clear.sql‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CREATEFUNCTIONpg_catalog.pg_ptrack_clear() RETURNS VOIDAS'pg_ptrack_clear' LANGUAGE internal STRICT VOLATILE;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SELECT COUNT(*) > 0 AS pg_ptrack_clear FROM pg_proc WHERE proname = 'pg_ptrack_clear' AND pronamespace = 11;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CREATEFUNCTIONpg_catalog.pg_ptrack_get_and_clear(oid,oid) RETURNSBYTEAAS'pg_ptrack_get_and_clear' LANGUAGE internal STRICT VOLATILE;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SELECT COUNT(*) > 0 AS pg_ptrack_get_and_clear FROM pg_proc WHERE proname = 'pg_ptrack_get_and_clear' AND pronamespace = 11;

‎src/pgpro-upgrade/ptrack_test.sql‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CREATEFUNCTIONpg_catalog.pg_ptrack_test(oid) RETURNS anyarrayAS'pg_ptrack_test' LANGUAGE internal STRICT VOLATILE;

‎src/pgpro-upgrade/ptrack_test.test‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SELECT COUNT(*) > 0 AS pg_ptrack_test FROM pg_proc WHERE proname = 'pg_ptrack_test' AND pronamespace = 11;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp