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

Commit01aa88f

Browse files
committed
Fix misc_sanity test to accept SHARED_DEPENDENCY_INITACL entries.
Oversight in5342874. We missed this up to now because thecore regression tests create no such entries (at least up tothis test), so the only way to see the failure is to do"make installcheck" in an installation where some other DBhas such entries. I happened to do that just now ...
1 parentf1affb6 commit01aa88f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/test/regress/expected/misc_sanity.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SELECT *
2626
FROM pg_shdepend as d1
2727
WHERE refclassid = 0 OR refobjid = 0 OR
2828
classid = 0 OR objid = 0 OR
29-
deptype NOT IN ('a', 'o', 'r', 't');
29+
deptype NOT IN ('a', 'i', 'o', 'r', 't');
3030
dbid | classid | objid | objsubid | refclassid | refobjid | deptype
3131
------+---------+-------+----------+------------+----------+---------
3232
(0 rows)

‎src/test/regress/sql/misc_sanity.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ SELECT *
3030
FROM pg_shdependas d1
3131
WHERE refclassid=0OR refobjid=0OR
3232
classid=0OR objid=0OR
33-
deptype NOTIN ('a','o','r','t');
33+
deptype NOTIN ('a','i','o','r','t');
3434

3535

3636
-- **************** pg_class ****************

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp