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

Commit72b4f2a

Browse files
committed
Merge branch 'PGPRO9_5' of gitlab.postgrespro.ru:pgpro-dev/postgrespro into PGPRO9_5
2 parents1892563 +3a0ccc0 commit72b4f2a

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

‎src/pgpro-upgrade/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ feature.
3636
Both files should have same base name and one — extension .test and
3737
other .sql
3838

39-
1. Script with .sql extension containsusial create commands which would
39+
1. Script with .sql extension containsusual create commands which would
4040
create neccessary database object(s).
4141

4242
2. Script with .text extension should contain single select query,

‎src/pgpro-upgrade/pgpro_upgrade

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,3 @@ for i in "$DIR"/*.test; do
5252
done
5353
fi
5454
done
55-
56-

‎src/pgpro-upgrade/pgpro_version.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CREATEFUNCTIONpgpro_version() RETURNSTEXTAS'pgpro_version' LANGUAGE internal STRICT IMMUTABLE;
1+
CREATEFUNCTIONpg_catalog.pgpro_version() RETURNSTEXTAS'pgpro_version' LANGUAGE internal STRICT IMMUTABLE;

‎src/pgpro-upgrade/pgpro_version.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
select count(*) > 0as pgpro_versionfrom pg_procwhereproname = 'pgpro_version';
1+
SELECT COUNT(*) > 0AS pgpro_versionFROM pg_procWHEREproname = 'pgpro_version' AND pronamespace = 11;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp